init_cap
Capitalizes the first letter of each word in a string.
Capitalizes the first letter of each word in a string.
Expands a JSON array into individual elements.
Allows to navigate and retrieve specific data from JSON objects or arrays based on a specified path or query.
Returns the leftmost characters from a string.
Returns the length of the given string.
Converts a string to lowercase.
Matches a string against a regular expression pattern.
Returns the rightmost characters from a string.
Checks if a string contains a specified substring.
Returns the position of a substring within a string.
Replaces occurrences of a substring within a string.
Splits a string into an array based on a delimiter.
Converts a string to uppercase.
Parses user agent strings to extract browser and device information.