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.