string
string
Mustache template engine
Add $append to the end of first line or all lines of $string
Question whether two strings are equal without considering case.
Question whether a string contains a substring
Question whether a string contains all of the substrings provided by an array
Question whether a string contains all of the substrings provided by an array
Get the number of occurrences of substring in the given string.
Question whether a string ends with a substring
Ensures that the string ends with $substring. If it doesn't, it's appended.
Ensures that the string begins with $substring. If it doesn't, it's prepended.
Format string c style
string:get_character_by_position
Get a character in a string at a specific position
Get the number of indents levels from the current line
Return the length of a string.
Get the length of given string once it is trimmed (removed space)
Return the number of words in a given string
Question whether given string is all uppercase.
Question whether given string is empty or contains only of space characters
Question whether given string is empty
Question whether two variables have the same string representation -- when converted to type_string
Question whether given string is multiline
Compare equality of two strings while ignoring CASE and extra whitespace.
Make a string's first character lowercase
Replace newlines with HTML line breaks (<br/>)
string:plain_links_to_html_links
Convert plain URLs and email addresses in text into HTML links
Turn a word into plural form
Add $prepend to the start of first line or all lines of given $string
Remove all space characters (tab, newline, etc) from given string
Remove duplicate words
Remove unnecessary whitespace from string
string:remove_shared_whitespace_from_start_of_lines
Remove shared whitespace from beggining of every line in the given string
Repeat a string
Replace all occurrences of the $search string with the $replacement string
Replace all occurrences of the keys in the given $search array with their respective values
Reverse a string
Get similarity score (from 0 to 100) of two strings
Get a weighted score of similarity of two string
Turn a word into singular form
Split a string into array of substrings using regex pattern
Use a substring to split a string into an array of items
Add tabs to the beggining of the lines in a given string
string:create_escaped_single_quotes
Escape single quotes in given string
Convert string into an array by specifed maximum length of each chunk.
Returns an array consisting of the characters in the string
Returns an array consisting of the lines in the string
Returns an array consisting of the words in the string
Question whether a string starts with a substring
Returns true if the string ends with any of $substrings, false otherwise
take a name (string) and filter it into a valid part of a subdomain
Detect if $string (a line) is SunSed code result i.e. starts with `#=>`
Replace tabs from the beggining of every line in the given source code with 4 (or given #) spaces
Titlecase (capitalize) string
Lowercase string
Turn string into snake case.
Transform string into camel case camelCase
Uppercase string
Remove one or multiple substring from the beginning and end of a string -- default: remove whitespace characters
Remove one or multiple substring from the end of a string -- default: remove whitespace characters
Remove one or multiple substring from the start of a given string -- default: remove whitespace characters
Truncate given string
Check if a string is a valid hexadecimal
string:is_valid_hex_binary_key?
Check if key is a valid hexadecimal representation of SunSed binary key in database.
