EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

spattern.init

Creating data search pattern. Before search start-up, call this method in order to initialize the search pattern. Then do a search of the specified pattern with spattern.search.

method spattern spattern.init (
   buf pattern,
   uint flag
)

Parameters

pattern Search string (pattern).
flag Search 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.


spattern.init

Creating data search pattern.

method spattern spattern.init (
   str pattern,
   uint flag
)

Parameters

pattern Search string (pattern).
flag Search flags.
$QS_IGNCASECase-insensitive search.
$QS_WORDSearch the whole word only.
$QS_BEGINWORDSearch words which start with the specified pattern.

Related links

Source