Skip to content

Commit

Permalink
Update src/Str.php
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev authored Feb 4, 2021
1 parent a603f0e commit 91b3e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ public static function cleanWhitespace(string $str, string $charlist = " \t\n\r\
return trim(preg_replace('/[\t\n\r\s]+/', ' ', $str), $charlist);
}

/**
/**
* Tests a string as a Regular Expression (regex)
* @return bool true if valid.
*/
Expand Down

0 comments on commit 91b3e57

Please sign in to comment.