Strings helpers
List of functions that works for PHP strings.
Last updated
List of functions that works for PHP strings.
Last updated
Since PHP 8.3+ this function will throw a deprecated warning message to move to PHP's native function instead () which works similarly.
Check if a variable is a valid json string.
Similarly than is_json
function but this one also checks if the data inside the string is also a valid JSON data structure (starting with {
or [
):
Get domain part from email address: