←
Characters in Strings
→
Regular Expressions
/
Reference of Built-in Symbols
/
Strings and Characters
/
Operations on Strings
StringDrop
—
drop a part of a string
StringInsert
—
insert a string in a given position
StringJoin
—
join strings together
StringLength
—
length of a string (in Unicode characters)
StringPosition
—
range of positions where substrings match a pattern
StringReplace
—
apply replace rules to substrings
StringReverse
—
reverses the order of the characters in a string
StringRiffle
—
assemble a string from a list, inserting delimiters
StringSplit
—
split strings at whitespace, or at a pattern
StringTake
—
sub-string from a range of positions
StringTrim
—
trim whitespace etc. from strings
←
Characters in Strings
→
Regular Expressions