str_repeat
Repeats a string specified number of times.
RichnouLang by functions names.
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.
Removes whitespace characters (space, tab, newline, carriage return, vertical tab, form feed) from both ends.
Removes whitespace characters (space, tab, newline, carriage return, vertical tab, form feed) from beginning.
Removes whitespace characters (space, tab, newline, carriage return, vertical tab, form feed) from end.
Converts string to uppercase with full Unicode support.