Home > api > name > gb.matchstring 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
GB.MatchString
Syntax
int GB.MatchString ( const char *str , long len , const char * pattern , long lenp )

Checks if a string matches a specified pattern.

This function returns TRUE if the pattern matches, FALSE otherwise.

The pattern syntax is exactly the same as the LIKE operator.

See also

String Management