メインコンテンツまでスキップ
バージョン:25.2

replace

  • command

  • The replace command will replace occurrences of one text string or pattern with another string within a container.

  • Examples: +

     replace oldWord considering case \
    with correctSpelling in introduction
     replace the last "s" in word 3 of sentence with "ed"
     replace with "," the first 7 occurrences of ";" in treatise
     replace every occurrence of <digit> in exampleTemplate with "9"
  • Related: delete