String |
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:
!£:\\$^&*()_+-=,./;'[]©®<>?:@~{}
"Michal said 'Hello!' to me" "50 is half of 100"
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