aboutsummaryrefslogtreecommitdiff
path: root/drivers/nrex/regex.cpp
Commit message (Expand)AuthorAgeFilesLines
* RegEx re-implemented as a moduleZher Huei Lee2016-10-271-142/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-11/+28
* Forgot to correct the ERR_FAIL_COND_V.Julian Murgia - StraToN2016-02-121-1/+1
* Added RegEx::get_capture_start() methodJulian Murgia - StraToN2016-02-121-0/+9
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* updated the RegEx library nrex to v0.1Zher Huei Lee2015-12-041-3/+3
* Exposed RegEx expanded option to scriptsZher Huei Lee2015-11-071-3/+3
* Fixed segfault in RegEx.get_capture()Zher Huei Lee2015-11-071-1/+3
* Fixed incorrect failsafe return valuesZher Huei Lee2015-07-241-3/+3
* Made RegEx API similar to old versionZher Huei Lee2015-07-241-9/+11
* Regex library Nrex initial portLee Zher Huei2015-07-241-0/+112