Man pages for strs
'Python' Style String Functions

strs_capitalizeCapitalize the first character of each sentence
strs_casefoldPerform case folding on strings
strs_centerCenter a string in a field of a given width
strs_containsCheck if string contains a substring
strs_countCount occurrences of a substring in a string
strs_endswithCheck if string ends with a specified suffix
strs_expandtabsExpand tabs in a string to spaces
strs_findFind the first occurrence of a substring in a string
strs_isalnumCheck if string is alphanumeric
strs_isalphaCheck if string contains only alphabetical characters
strs_isasciiCheck if string contains only ascii characters
strs_isdecimalCheck if string contains only decimal characters
strs_isdigitCheck if string contains only digits
strs_islowerCheck if string is in lowercase
strs_isnumericCheck if string contains only numeric characters
strs_isspaceCheck if string contains only whitespace characters
strs_istitleCheck if string is in title case
strs_isupperCheck if string is in uppercase
strs_joinJoin elements into a single string with a separator
strs_ljustLeft-justify string in a field of a given width
strs_lowerConvert string to lowercase
strs_lstripLeft strip characters from a string
strs_normalize_whitespaceNormalize whitespace in a string
strs_removeprefixRemove a prefix from a string
strs_removesuffixRemove a suffix from a string
strs_replaceReplace substring in a string
strs_rfindFind the last occurrence of a substring in a string
strs_rjustRight-justify string in a field of a given width
strs_rstripRight strip characters from a string
strs_sliceSlice substrings from a string
strs_splitSplit string into substrings
strs_splitlinesSplit string into lines
strs_startswithCheck if string starts with a specified prefix
strs_stripStrip characters from both ends of a string
strs_swapcaseSwap uppercase and lowercase characters in a string
strs_titleConvert string to title case
strs_upperConvert string to uppercase
strs documentation built on Sept. 11, 2024, 6:44 p.m.