sakura/en/Replace All (Execute)

Last-modified: 2008-03-29 (土) 14:44:05

Replace All (Execute)

All character strings are substituted.
In the replace dialog operation when the [ Replace All ] button is pushed.

Macro Syntax

  • Syntax
    ReplaceAll( str1 :String , str2 :String , int3 :Integer );
    • str1 : Search string
    • str2 : Replace string
    • int3 : Replace option (Optional)
  • Record
    It records by [ Replace All ] execution of replace.
  • Remarks
    The argument can specify the option to influence only the operation of "Replace All" for int3 in addition to the argument of "Replace (Execute)" Replace.

Option only for ReplaceAll

  • 0x400 :"Replace All" is repeat replace (sakura:1.5.15.0 or later)

[tip] Note: When the expectation is not operated because the pattern including positional specification (head of line specification ^ and word district switching off specification \b) is deleted by using "Substitution of all" by the macro made before sakura:1.5.15.0(The character string after it substitutes it is the sky), the macro correction is necessary.
Please add the option of 0x400 to int3 of the third argument.