Module str

Source

Modules§

replace 🔒

Structs§

Concat
Contains
Count
FCount
Head
IndexOf
Join
Lowercase
PrefixOf
Replace
A struct that represents a string replacement operation.
RetainL
RetainLN
RetainLc
RetainLl
RetainN
Split
SubStr
SuffixOf
Tail
ToInt
Uppercase

Functions§

str_index_of_b
Returns the index of the last occurrence of one string within a substring of another string.
str_index_of_f
Finds the zero-based index of the nth occurrence of a substring s2 within the string s1, starting the search at position s3.