Remove
class Remove extends StringMutator (View source)
Removes all occurrences of the given string from the input string.
Traits
Methods
__construct(array|string $search, bool $caseSensitive = true)
No description
string
mutateString(string $value)
No description
Details
__construct(array|string $search, bool $caseSensitive = true)
No description
static Remove
make(array|string $search, bool $caseSensitive = true)
No description
final mixed
mutate(mixed $value)
Mutate the input value.
protected string
mutateString(string $value)
No description
protected string
resolveStringInput(mixed $value)
No description