Str::matches()
Method: Determines if a given string exactly matches one or multiple strings.
@package: LearnDash / Core
Source Files: src/Core/Utilities/Str.php
Method: Determines if a given string exactly matches one or multiple strings.
Method: Gets the portion of a string before the first occurrence of a given value.
Method: Replaces the first occurrence of a given value in the string.
Str::replace_first Read More »
Method: Determines if a given string starts with a given substring.
Method: Determines if a given string contains a given substring.
Method: Masks a portion of a string with a repeated character.