Returns the rightmost length characters of the given string
Optional
The text to inspect
The expected length
the rightmost length characters of the given string
David Hsing
right('foobar', 3); // 'bar'right('foobar', 10); // 'foobar' Copy
right('foobar', 3); // 'bar'right('foobar', 10); // 'foobar'
Returns the rightmost length characters of the given string