Procs for the string value type.

type.string.append
Appends a value to a string.
type.string.build
Builds a new string.
type.string.capitalize
Capitalizes a string.
type.string.characters
Breaks a string into an array.
type.string.chomp
Removes characters from a string.
type.string.downcase
Downcases a string.
type.string.empty
Checks if a string is empty.
type.string.equal
Checks a string for equality.
type.string.integer
Converts a string to an integer.
type.string.length
Gets the length of a string.
type.string.prepend
Prepends a value to a string.
type.string.reverse
Reverses a string.
type.string.split
Splits a string into parts.
type.string.swapcase
Swaps the case of a string.
type.string.truncate
Truncates a string.
type.string.upcase
Upcases a string.

Stuck? Want to chat about an idea? Join the community on Discord.