match_add_gregex
Description:
[ Version ( deprecated = true , deprecated_since = "0.46" ) ]
public int match_add_gregex (Regex gregex, RegexMatchFlags gflags)
public int match_add_gregex (Regex gregex, RegexMatchFlags gflags)
Warning: match_add_gregex is deprecated since 0.46.
This function does nothing since version 0.60.
Note:
Use match_add_regex instead.
Parameters:
| this |
a Terminal |
| gregex |
a Regex |
| gflags |
the RegexMatchFlags to use when matching the regex |
Returns:
|
-1 |