Skip to main content

14 docs tagged with "Text"

View all tags

init_cap

Capitalizes the first letter of each word in a string.

json_path

Allows to navigate and retrieve specific data from JSON objects or arrays based on a specified path or query.

left

Returns the leftmost characters from a string.

len

Returns the length of the given string.

lower

Converts a string to lowercase.

regexp_match

Matches a string against a regular expression pattern.

right

Returns the rightmost characters from a string.

str_contains

Checks if a string contains a specified substring.

str_pos

Returns the position of a substring within a string.

str_replace

Replaces occurrences of a substring within a string.

str_split

Splits a string into an array based on a delimiter.

upper

Converts a string to uppercase.

user_agent

Parses user agent strings to extract browser and device information.