Template:Str repc
- English
- 日本語
- 中文
- русский
- português
- العربية
- Afrikaans
- алтай тил
- asturianu
- azərbaycanca
- تۆرکجه
- башҡортса
- Basa Bali
- Bikol Central
- беларуская
- беларуская (тарашкевіца)
- भोजपुरी
- বাংলা
- bosanski
- буряад
- català
- 閩東語 / Mìng-dĕ̤ng-ngṳ̄
- нохчийн
- کوردی
- чӑвашла
- dansk
- Thuɔŋjäŋ
- eesti
- euskara
- فارسی
- suomi
- føroyskt
- galego
- گیلکی
- Hausa
- 客家語 / Hak-kâ-ngî
- hrvatski
- հայերեն
- Ilokano
- Jawa
- Taqbaylit
- ភាសាខ្មែរ
- 한국어
- kurdî
- коми
- кыргызча
- лакку
- лезги
- latviešu
- मैथिली
- мокшень
- македонски
- മലയാളം
- монгол
- ဘာသာမန်
- मराठी
- Bahasa Melayu
- မြန်မာဘာသာ
- эрзянь
- مازِرونی
- ଓଡ଼ିଆ
- ирон
- ਪੰਜਾਬੀ
- پښتو
- română
- русиньскый
- संस्कृतम्
- Scots
- davvisámegiella
- တႆး
- සිංහල
- Simple English
- slovenščina
- српски / srpski
- svenska
- ತುಳು
- తెలుగు
- тоҷикӣ
- ไทย
- Tagalog
- Türkçe
- татарча / tatarça
- удмурт
- українська
- اردو
- oʻzbekcha / ўзбекча
- vèneto
- Tiếng Việt
- 閩南語 / Bân-lâm-gí
- 粵語
This documentation is transcluded from Template:Str repc/doc.
Usage
{{Str repc|<string0>|<string1>|<string2>}}
Returns string0 with the first occurrence of string1 replaced with string2 if there is one.
See also
Trimming templates:
- {{Trunc}} – To trim down to a specified number of characters.
- {{Trim}} — To trim any leading or trailing whitespace.
- {{Str left}} – To trim down to a specified number of characters, or duplicate the string to a specified number.
- {{Str right}}
- {{Strip}} – To strip (remove) a given number of characters from the beginning/end of the string
Analyzing templates:
- {{Str endswith}} – To check if a string ends with a given string.
- {{Str find}} – Returns the numerical location of a given string in a string, up to 50 characters.
- {{Str len}} – Returns a string's length. Can count up to 500 characters.
String length comparison templates:
- {{Str ≤ len}} – To check if a string is "shorter or equally long" or "longer" than a given length.
Technical stuff:
- mw:Help:Magic words – About
{{padleft:|}}
. - mw:Help:Extension:ParserFunctions – About
{{#titleparts:|}}, {{#expr:|}}, {{#ifeq:|}},
etc. - Module:String - Script with native string parsing Category:String manipulation templates