مندرجات کا رخ کریں

سانچہ:اختر الكلمة الأخيرة

آزاد دائرۃ المعارف، ویکیپیڈیا سے

{{{1}}}

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

  • {{اختر الكلمة الأخيرة|string}}
  • {{اختر الكلمة الأخيرة|1=string}}

Two parameters (user-defined character as separator):

  • {{اختر الكلمة الأخيرة|string|sep=character}}
  • {{اختر الكلمة الأخيرة|1=string|sep=character}}

Examples

[ترمیم]
  • {{اختر الكلمة الأخيرة}}
  • {{اختر الكلمة الأخيرة|Select last word}} → word
  • {{اختر الكلمة الأخيرة|Select last}} → last
  • {{اختر الكلمة الأخيرة|Select}} → Select
  • {{اختر الكلمة الأخيرة|Select, last word|sep=,}} → last word
  • {{اختر الكلمة الأخيرة|Foo-bar|sep=-}} → bar
  • {{اختر الكلمة الأخيرة|1=len = a+b|sep==}} → a+b