Click or drag to resize

String

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Description

A string is a sequence of symbols. The sequence start and end is denoted by a double quote (").

Punctuation contained within the string may include:

!£:\\$^&*()_+-=,./;'[]©®<>?:@~{}

Examples
Alchemy
"Michal said 'Hello!' to me"
"50 is half of 100"
See Also
  • dress - format a string for presentation

  • string - convert a given expression to a string

  • string.contains - determine whether a string contains a given expression

  • string.substring - retrieve a section of a given string

  • string.startswith - determine whether a string starts with a given expression