str_find_all
Returns list of all positions where pattern occurs in string.
Returns list of all positions where pattern occurs in string.
Returns the number of characters (runes) in string.
Converts string to lowercase with full Unicode support.
Returns character(s) at position. Negative pos counts from end.
Repeats a string specified number of times.
Replaces occurrences of pattern with replacement. Use 0 for all occurrences, or specify count.
Returns a new string with characters shuffled randomly.
Sorts characters in string ascending or descending using localized collation.
Splits string into list by separator.
Renders a template string with lowercase placeholders {{.key}} replaced by values from dictionary using Go's template engine (with if and range). Use html=true to wrap in HTML document structure.