ထႅမ်းပလဵတ်ႉ:Trim leading

လုၵ်ႉတီႈ ဝီႇၶီႇၽီးတီးယႃး ဢၼ်လွတ်ႈလႅဝ်းထၢင်ႇႁၢင်ႈ ၼၼ်ႉမႃး

x

Documentation icon ၽိုၼ်ၵႅမ်မိုဝ်းထႅမ်းပလဵတ်ႉ[တူၺ်း] [မႄးထတ်း] [ပိုၼ်း] [ၸၢင်း]

လွင်ႈၸႂ်ႉတိုဝ်း[မႄးထတ်းငဝ်ႈငႃႇ]

{{Trim leading | <input> | <prefix> }}

Trims up to six instances of <prefix> (such as: 0 or "anti-") from the beginning of <input>. <Prefix> is set to "0" by default (for removing leading zeroes from numbers). Template will not properly work beyond the first whitespace in the input.

Limitations[မႄးထတ်းငဝ်ႈငႃႇ]

  • New code should strongly consider {{#invoke:string|replace}} or {{#invoke:MultiReplace|main}}.
  • For backward compatibility, both the input and pattern string are trimmed of surrounding whitespace before processing begins. This means you cannot remove three instances of "the " from "the the the thing"; instead you will remove one instance of "the".

တူဝ်ယၢင်ႇ[မႄးထတ်းငဝ်ႈငႃႇ]

{{Trim leading |duck duck duck goose |duck}} → duck duck goose

{{Trim leading | duckduckduckgoose |duck}} → goose

{{Trim leading | 00000034 }} → 34

{{Trim leading | aaaaaa34| a }} → 34

{{Trim leading | U+0034|U+}} → 0034

{{Trim leading |anti-anti-neutrino |anti-}} → neutrino

တူၺ်းပႃး[မႄးထတ်းငဝ်ႈငႃႇ]