EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

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

Edit