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.