๐๏ธ Character.FromNumber
Converts a number to a text character.
๐๏ธ Character.ToNumber
Converts a character to a number value.
๐๏ธ Guid.From
Returns a guid value from the given value.
๐๏ธ Text.AfterDelimiter
Text.AfterDelimiter
๐๏ธ Text.At
Returns the character at the specified position.
๐๏ธ Text.BeforeDelimiter
Text.BeforeDelimiter
๐๏ธ Text.BetweenDelimiters
Text.BetweenDelimiters
๐๏ธ Text.Clean
Returns the text value with all control characters removed.
๐๏ธ Text.Combine
Concatenates a list of text values into one text value.
๐๏ธ Text.Contains
Returns whether the text contains the substring.
๐๏ธ Text.End
Returns the last characters of the text.
๐๏ธ Text.EndsWith
Indicates whether the text ends in the specified value.
๐๏ธ Text.Format
Returns formatted text from a format string and arguments.
๐๏ธ Text.From
Creates a text value from the given value.
๐๏ธ Text.FromBinary
Decodes data from a binary form into text.
๐๏ธ Text.InferNumberType
Infers the granular number type (Int64.Type, Double.Type, and so on) of a number encoded in text.
๐๏ธ Text.Insert
Inserts one text value into another at a given position.
๐๏ธ Text.Length
Returns the number of characters.
๐๏ธ Text.Lower
Converts all characters to lowercase.
๐๏ธ Text.Middle
Returns the substring up to a specific length.
๐๏ธ Text.NewGuid
Returns a new, random globally unique identifier (GUID).
๐๏ธ Text.PadEnd
Returns text of a specified length by padding the end of the given text.
๐๏ธ Text.PadStart
Returns text of a specified length by padding the start of the given text.
๐๏ธ Text.PositionOf
Returns the first position of the value (-1 if not found).
๐๏ธ Text.PositionOfAny
Returns the first position in the text value of any listed character (-1 if not found).
๐๏ธ Text.Proper
Capitalizes the first letter of each word.
๐๏ธ Text.Range
Returns the substring found at offset.
๐๏ธ Text.Remove
Removes all occurrences of the given character or list of characters from the input text value.