ထႅမ်းပလဵတ်ႉ:Str right

လုၵ်ႉတီႈ ဝီႇၶီႇၽီးတီးယႃး ဢၼ်လွတ်ႈလႅဝ်းထၢင်ႇႁၢင်ႈ ၼၼ်ႉမႃး
Documentation icon ၽိုၼ်ၵႅမ်မိုဝ်းထႅမ်းပလဵတ်ႉ[တူၺ်း] [မႄးထတ်း] [ပိုၼ်း] [ၸၢင်း]

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

{{str right|<string>|<offset>}}

Gives the characters from <offset> to the end of the string.

A negative <offset> is treated the same as zero, which simply returns the original string.

If <offset> is longer than <string> then this returns an empty string.

If <offset> is invalid, empty or undefined, this template goes berserk, so please avoid.

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

  • {{str right |Lorem ipsum dolor sit amet |10}} → m dolor sit amet
  • {{str right |Lorem ipsum dolor sit amet |1}} → orem ipsum dolor sit amet
  • {{str right |Lorem ipsum dolor sit amet |0}} → Lorem ipsum dolor sit amet
  • {{str right |123456789.123456789.123456789.123456789.123456789.123456789.123456789.123456789.123456789.123456789.1 |99}} → .1
  • {{str right |#123456|1}} → 123456
  • {{str right |#123|1}} → 123


ၶေႃႈမုၼ်းထႅမ်းပလဵၵ်ႉ[မႄးထတ်းငဝ်ႈငႃႇ]

ၶေႃႈမုၼ်းၸိူဝ်းၽၢႆႇတႂ်ႈၼႆႉ ယိူင်းဢၢၼ်းဝႆႉတႃႇ ၶၢဝ်းမိူဝ်းၼႃႈသေ တီႈ ဝီႇၶီႇၽီးတီးယႃးတႆးၼႆႉၵေႃႈ တေၸၢင်ႈၸႂ်ႉမႃးလႆႈ ၶိူင်ႈၸႂ်ႉ ၼင်ႇ တူဝ်ထတ်းတႃႁၼ် (VisualEditor) ဢၼ်မီးတီႈ ဝီႇၶီႇၽီးတီးယႃးဢင်းၵိတ်ႉၼၼ်ႉလႄႈ ၸင်ႇလႆႈတမ်းၽႅၼ်ၵၢၼ်လၢႆးငၢၼ်း ၶေႃႈမုၼ်းထႅမ်းပလဵၵ်ႉ (TemplateData) ဢၼ်မီးၼင်ႇတီႈ ဢင်းၵိတ်ႉဝႆႉၼၼ်ႉသေၵေႃႈ လႆႈႁဵတ်းဝႆႉယဝ်ႉ။ ႁူမ်ႈဝႃႈ ဢမ်ႇပႆႇၸႂ်ႉ ၶိူင်ႈၸႂ်ႉၸိူဝ်းၼၼ်ႉသေတႃႉၵေႃႈ ၵဵဝ်ႇလူၺ်ႈ လွင်ႈတႅမ်ႈၽရူဝ်ႇၶႅမ်ႇ (computer programming) သေ သင်ၸိူဝ်ႉဝႃႈ ႁူႉပွင်ႇဝႆႉ ဢိတ်းဢွတ်းၵူၺ်းၵေႃႈ ႁႂ်ႈပေႃးႁၼ်လႆႈ ၸႅင်ႈလႅင်းပွင်ႇၸႂ်လီၼႆသေ ၸၢင်ႈဢဝ်ၸႂ်ႉလႆႈ ၼင်ႇႁူဝ်ႁုပ်ႈမၼ်းၼၼ်ႉယူႇ။

Str right

Gives the characters from <offset> to the end of the string.

Template parameters[ၸတ်းၵၢၼ် ၶေႃႈမုၼ်းထႅမ်းပလဵၵ်ႉ]

Parameterၶေႃႈသပ်းလႅင်းTypeStatus
String1

The string to be trimmed

Stringrequired
Count2

The index of the character to trim from. Negative values are treated as 0, see {{str rightc}} to trim the right n characters. If its greater than the string length returns the empty string.

Numberrequired

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