Str::contains() learndash Method: Determines if a given string contains a given substring. Str::contains Read More »
Str::contains_all() learndash Method: Determine if a given string contains all needles. Str::contains_all Read More »
Str::mask() learndash Method: Masks a portion of a string with a repeated character. Str::mask Read More »
Str::replace_first() learndash Method: Replaces the first occurrence of a given value in the string. Str::replace_first Read More »
Str::replace_last() learndash Method: Replaces the last occurrence of a given value in the string. Str::replace_last Read More »
Str::starts_with() learndash Method: Determines if a given string starts with a given substring. Str::starts_with Read More »