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
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