@swi() Function

Top  Previous  Next

@swi() function checks the starting characters of a string if they match with all the characters of the another string.

Syntax:

@swi(string-expression, substring-expression )

 

Examples:

@ewi('abcdef','abc') @// returns true

@ewi('xxx12345','xx1') @// returns false

 

See @ewi()