Str::afterStart()
Removes the given substring or character only from the start of the string
Str::afterStart(string $string, string $needle, bool $caseInsensitive = false): string
Parameters
| Name | Type | Default | 
|---|---|---|
| $string * | string | 
                – | 
| $needle * | string | 
                – | 
| $caseInsensitive | bool | 
                false | 
        
              
Return type
string