Dear visitor who can read English
This page is a page translated automatically by Google AJAX Language API.
Please comment to this page if you could not understand. A PERSON will review this page .
I think that you will be able to understand this page later. Please give a little time to us.
Best regards,
This site is support & information site of WEB,and Software. This site might help you that create software or Web Site…perhaps?[:]
This is replace command that can use in ssmacro macro file.
Also this command can use regular replace by RegExp(Javascript).
Parameter
find string (This is find letters. not set is error)
replace string (This is replace letters. not set is error)
all [true|false] (This is replace range. not set or parameter error is the selected range)
Note, this flag does not mean all replace hit words. This is search start position.
reg [true|false] (This is regular expression of find. not set or parameter error is not regular)
flag string (This is regular expression flags. not checked)
This will be used by RegExp (Javascript).
g global match; find all matches rather than stopping after the first match
i ignore case
m multiline; treat beginning and end characters (^ and $) as working over multiple lines (i.e., match the beginning or end of each line (delimited by \n or \r), not only the very beginning or end of the whole input string)