Template:Replace/tr

From Linux Web Expert

Revision as of 06:34, 30 May 2021 by imported>Baris6161TURK (Created page with "<includeonly>{{#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|count={{{count|}}}|plain={{yesno|{{{regex|no}}}|yes=0|no=1}}}}</includeonly><noinclude> {{Documentation|co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template documentation

{{Replace|dize|hedef|değiştirme[|count=s]}}

değiştirme ile değiştirilen hedef ilk s tekrarı ile dize döndürür. count öğesinin atlanması, tüm oluşumların yerini alacaktır.

Örnekler

  • {{Replace|One two two three two four twotwo five|two|NINE}} → One NINE NINE three NINE four NINENINE five
  • {{Replace|One two two three two four twotwo five|two|NINE|count=2}} → One NINE NINE three two four twotwo five

TemplateData

<templatedata> { "description": { "en": "This template replaces a substring in a string with a given replacement.", "tr": "Bu şablon, bir dizeyi bir verilen bir değiştirme ile değiştirir." }, "format": "inline", "params": { "1": { "label": { "en": "Source string", "tr": "Kaynak dizesi" }, "description": { "en": "The string to replace in.", "tr": "Değiştirilecek dize." }, "required": true, "type": "string" }, "2": { "label": { "en": "Pattern", "tr": "Desen" }, "description": { "en": "The string or Lua ustring pattern to search for.", "tr": "Aranacak dize veya Lua ustring modeli." }, "required": true, "type": "string" }, "3": { "label": { "en": "Replacement", "tr": "Değiştirme" }, "description": { "en": "The replacement text.", "tr": "Değiştirme metni." }, "required": true, "type": "line" }, "count": { "label": { "en": "Count", "tr": "Sayaç" }, "description": { "en": "The number of occurrences to replace; defaults to all.", "tr": "Değiştirilecek olay sayısı; tümü için varsayılandır." }, "type": "number" }, "regex": { "label": { "en": "Regular expression", "tr": "Düzenli ifade" }, "description": { "en": "Whether the pattern is a Lua ustring pattern (no means search for literally that character sequence).", "tr": "Desenin bir Lua ustring deseni olup olmadığı (bu karakter dizisini kelimenin tam anlamıyla aramak anlamına gelmez)." }, "example": "yes", "type": "boolean", "default": "no" } } } </templatedata>