Home > api > name > gb.subststring 
 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.SubstString
Syntax
char *GB.SubstString ( const char *pattern , long len , GB_SUBST_CALLBACK callback )

Substitutes elements in a pattern and returns the resulting string.

The substituted elements are the & character followed by an index between 1 and 9. This index is passed to the callback.

See GB_SUBST_CALLBACK for more information.

See also

String Management