Home / api / cat / string 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
String Management
GB.AddString Adds a string to another one.
GB.ExtendString Expands a string.
GB.FreeString Releases a string.
GB.MatchString Checks if a string matches a specified pattern.
GB.NewString Creates a new string.
GB.StringLength Returns the length of a string.
GB.SubstAdd Substitution callback helper.
GB_SUBST_CALLBACK Substitution callback datatype.
GB.SubstString Substitutes strings inside a pattern.
GB.ToZeroString Converts a Gambas string into a temporary null-terminated string.

C Library String Functions Replacement

GB.strcasecmp Compares two ASCII strings, by ignoring the case.
GB.strncasecmp Compares two ASCII strings, by ignoring the case, up to a specified length.
GB.tolower Converts an ASCII string to lower case.
GB.toupper Converts an ASCII string to upper case.