Man pages for strex
Extra String Manipulation Functions

before-and-afterExtract text before or after 'n'th occurrence of pattern.
currencyExtract currency amounts from a string.
str_alphord_numsMake string numbers comply with alphabetical order.
str_before_last_dotExtract the part of a string before the last period.
str_can_be_numericCheck if a string could be considered as numeric.
str_detect_allDetect any or all patterns.
str_elemExtract a single character from a string, using its index.
str_elemsExtract several single elements from a string.
strex'strex': extra string manipulation functions
str_extract_non_numericsExtract non-numbers from a string.
str_extract_numbersExtract numbers from a string.
str_give_extEnsure a file name has the intended extension.
str_locate_bracesLocate the braces in a string.
str_locate_nthLocate the indices of the 'n'th instance of a pattern.
str_match_argArgument Matching.
str_nth_non_numericExtract the 'n'th non-numeric substring from a string.
str_nth_numberExtract the 'n'th number from a string.
str_nth_number_after_mthFind the 'n'th number after the 'm'th occurrence of a...
str_nth_number_before_mthFind the 'n'th number before the 'm'th occurrence of a...
str_paste_elemsExtract single elements of a string and paste them together.
str_remove_quotedRemove the quoted parts of a string.
str_singleizeRemove back-to-back duplicates of a pattern in a string.
str_split_by_numbersSplit a string by its numeric characters.
str_split_camel_caseSplit a string based on CamelCase.
str_to_vecConvert a string to a vector of characters
str_trim_anythingTrim something other than whitespace
strex documentation built on Nov. 2, 2023, 6:04 p.m.