Brekeke SIP Server Wiki

$str.length

Get the length of the string.

 

Syntax:
$str.length( string )
Returns:

the length of the string.

 

Version Since:

1.0

 

Example:
$str.length($getSIPuser(To)) = ^4$

If the length of SIP username in To URI is 4.

Yes No
Suggest Edit