Modules§
- replace 🔒
Structs§
- Concat
- Contains
- Count
- FCount
- Head
- IndexOf
- Join
- Lowercase
- Prefix
Of - Replace
- A struct that represents a string replacement operation.
- RetainL
- RetainLN
- Retain
Lc - Retain
Ll - RetainN
- Split
- SubStr
- Suffix
Of - 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 strings1
, starting the search at positions3
.