සැකිල්ල:Last word
Appearance
{{{1}}}
| මෙම සැකිල්ල පිටු 3,300 පමණ භාවිතා වන නිසා සිදුකරන වෙනස් කිරීම් බොහෝ ස්ථානවලට බලපානු ඇත. ඔබ සිදුකිරීමට අදහස් කරන වෙනස්කම් මෙම සැකිල්ලට අදාළ /sandbox හෝ /testcases උපපිටුවල, හෝ ඔබගේ පරිශීලක උපපිටුවේ පළමුව සිදුකොට පරීක්ෂාකර බලන්න. එම වෙනස්කම් සිදුකිරීමට ප්රථම අදාළ සාකච්ඡා පිටුවේ ඒ පිළිබඳව සංවාදයක් ගොඩනැගීමට කාරුණික වන්න.
Transclusion count updated automatically (ප්රලේඛනය වෙතට යොමුවන්න). |
| මෙම සැකිල්ල ලුවා භාවිතා කරයි: |
This template returns the last word of the first parameter, i.e. the last non-space token after the last space. Use |1= for the first parameter if the string may contain an equals sign (=). By default, words are delimited by spaces, but the optional parameter |sep= can set the separator to any character.
Usage
[සංස්කරණය]One parameter (space as separator):
{{Last word|string}}{{Last word|1=string}}
Two parameters (user-defined character as separator):
{{Last word|string|sep=character}}{{Last word|1=string|sep=character}}
Examples
[සංස්කරණය]{{Last word|}}→{{Last word|Select last word}}→ word{{Last word|Select last}}→ last{{Last word|Select}}→ Select{{Last word|Select, last word|sep=,}}→ last word{{Last word|Foo-bar|sep=-}}→ bar{{Last word|1=len = a+b|sep==}}→ a+b
See also
[සංස්කරණය]- {{First word}}
- {{Sortname}}