*** empty log message ***
This commit is contained in:
parent
23234fad0b
commit
054b1f8868
@ -32,7 +32,7 @@ native Regex:regex_match(const string[], const pattern[], &ret, error[], maxLen)
|
||||
*/
|
||||
native regex_substr(Regex:id, str_id, buffer[], maxLen);
|
||||
|
||||
/* Frees the memory associated with a regex resuls and sets the handle to 0.
|
||||
/* Frees the memory associated with a regex results and sets the handle to 0.
|
||||
* You must do this if the handle >=1, once you're done.
|
||||
*/
|
||||
native regex_free(&Regex:id);
|
Loading…
Reference in New Issue
Block a user