Structs§
- ChrFunction
- CHR function - Convert ASCII code to character
- 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
- Index
OfMethod - IndexOf method function - finds the position of a substring
- Instr
Function - INSTR function - SQL standard function for finding substring position Returns 1-based position for SQL compatibility
- Left
Function - LEFT function - extracts leftmost n characters or up to a delimiter
- Length
Method - Length method function (returns integer)
- Lorem
Ipsum Function - LOREM_IPSUM function - generates Lorem Ipsum placeholder text
- Lower
Function - LOWER function - Convert string to lowercase
- MidFunction
- MID function - Extract substring (SQL/Excel compatible, 1-based indexing)
- Replace
Method - Replace method function
- Right
Function - RIGHT function - extracts rightmost n characters
- Split
Part Function - SPLIT_PART - returns the nth part of a string split by delimiter (1-based)
- Starts
With Method StartsWith
method function- Substring
After Function - SUBSTRING_AFTER - returns substring after first/nth occurrence of delimiter
- Substring
Before Function - SUBSTRING_BEFORE - returns substring before first/nth occurrence of delimiter
- 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
EndMethod - TrimEnd method function
- Trim
Function - TRIM function - Remove leading and trailing whitespace
- Trim
Method - Trim method function
- Trim
Start Method - TrimStart 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