ensureRight
Ensures that the string ends with $substring.
Description
static ensureRight(string $substring)
Parameters
- string $substring
The substring to add if not present.
Return Value
static
The string suffixed by the $substring.
Ensures that the string ends with $substring.
static ensureRight(string $substring)
static
The string suffixed by the $substring.