EnglishРусский  
 Share/Save/Bookmark
 

arrstr.replace

Replace substrings for the each item. The method looks for strings from one array and replace to strings of another array for the each string of the array.

method arrstr arrstr.replace (
   arrstr aold,
   arrstr anew,
   uint flags
)

Parameters

aold The strings to be replaced.
anew The new strings.
flags Flags.
$QS_IGNCASECase-insensitive search.
$QS_WORDSearch the whole word only.
$QS_BEGINWORDSearch words which start with the specified pattern.

Return value

Returns the object which method has been called.

Related links

Source

Edit