After
class After extends StringMutator (View source)
Retrieves the remainder of a string after a given substring.
Traits
Methods
__construct(string $search, bool $last = false)
No description
static After
first(string $search)
Retrieves the part of a string after the first occurrence of a given substring.
static After
last(string $search)
Retrieves the part of a string after the last occurrence of a given substring.
string
mutateString(string $value)
No description
Details
__construct(string $search, bool $last = false)
No description
static After
first(string $search)
Retrieves the part of a string after the first occurrence of a given substring.
static After
last(string $search)
Retrieves the part of a string after the last occurrence of a given substring.
static After
make(string $search, bool $last = false)
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