Str::after()
Returns the rest of the string after the given character
Str::after(string $string, string $needle, bool $caseInsensitive = false): string
Parameters
Name | Type | Default |
---|---|---|
$string * | string |
– |
$needle * | string |
– |
$caseInsensitive | bool |
false |
Return type
string