Structs§
- Contains
Method - Contains method function (returns boolean)
- Edit
Distance Function - Edit distance (Levenshtein distance) function
- Ends
With Method EndsWith
method function- Frequency
Function - FREQUENCY function - Count occurrences of a substring in a string
- Length
Method - Length method function (returns integer)
- Lower
Function - LOWER function - Convert string to lowercase
- MidFunction
- MID function - Extract substring (SQL/Excel compatible, 1-based indexing)
- Replace
Method - Replace method function
- Starts
With Method StartsWith
method function- Substring
Method - Substring method function
- Text
Join Function - TEXTJOIN function - Join multiple text values with a delimiter
- ToLower
Method ToLower
method function- ToUpper
Method ToUpper
method function- Trim
Function - TRIM function - Remove leading and trailing whitespace
- Trim
Method - Trim method function
- Upper
Function - UPPER function - Convert string to uppercase
Traits§
- Method
Function - Trait for method-style functions that operate on a column/value These are called with dot notation: column.Method(args)
Functions§
- register_
string_ methods - Register all string method functions