@ewi() Function

Top  Previous  Next

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

Syntax:

@ewi(string-expression, substring-expression )

 

Example:

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

@ewi('12345xxx','5xx') @// returns false

 

See @swi()