Skip to content

@technobuddha > library > String

Deconstruction

NameTypeDescription
chopFunctionBreak a string into equal sized segments of characters
ChopOptionsTypeOptions for the chop function
delimitedFunctionReturn a field from a delimited string
extractDigitsFunctionRemove all non-digit characters from a string
rootFunctionExtract the root word, removing a prefix and/or suffix
RootOptionsTypeOptions for the root function
splitCharsFunctionSplit a string into an array of characters
splitLinesFunctionSplit a string into an array of lines
splitSentencesFunctionSplits the input string into an array of sentences.
splitWordsFunctionSplit a string into an array of words
SplitWordsOptionsTypeOptions for the splitWords function
unquoteFunctionRemove surrounding quotes from text