Template:Str rightmost/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
=== Usage === | === Usage === | ||
{{tlx| | {{tlx|str rightmost|<string>|<offset>}} | ||
Gives the rightmost <code><offset></code> characters of the string. | Gives the rightmost <code><offset></code> characters of the string. | ||
=== Example === | |||
{{tlx|str rightmost|example|2}} → {{str rightmost|example|2}} | |||
<includeonly> | <includeonly> |
Latest revision as of 15:48, 27 August 2020
This is a documentation subpage for Template:Str rightmost. It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{str rightmost|<string>|<offset>}}
Gives the rightmost <offset>
characters of the string.
Example
{{str rightmost|example|2}}
→ le