Text String family

Text category Home 

Calculations that analyse text strings

ComponentWhat the name means
GetToken Get A Token from a string
GetTokens Get Tokens
InString In String
ExInt array functionExtract an Integer from a String
ExFl array functionExtract a floating point number from a string

The Text String family analyses text strings and has useful functions such as:

  • „GetToken„, where a token (substring) is extracted from the input string.
  • „InString„, which simply determines whether a letter or sequence of letters is present in the input string.