renameReplace(Ver2.11対応版)
IndexScriptGlobal method− renameReplace

renameReplace( strSearch, strReplace [, numOption] )
Execute "Rename (replace)" command equivalent with parameter specification.(V1.74)
パラメータ1(文字列型)
検索文字列を指定します。

パラメータ2(文字列型)
置換文字列を指定します。

パラメータ3(数値型、省略可能)
オプションを以下の値の論理和で指定します。
0x00000002 大文字/小文字の区別
0x00000010 正規表現
0x00010000 拡張子を含む
0x00020000 最初に一致したもののみ
0x00040000 完了まで待機しない(V1.80)
0x00080000 ダイアログを出す(V1.90)

返り値
返り値はありません。