Template:Str rightmost/doc

Category:Template documentation#Str%20rightmost/doc

Usage

{{Str rightmost|<string>|<offset>}}

Gives the rightmost <offset> characters of the string.

Example:

{{Str rightmost|abc|1}}

produces

c
Category:Template documentation