summaryrefslogtreecommitdiffstats
path: root/build2/functions-regex.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Resolve function overload via the argument reversal to untypedBoris Kolpackov2018-07-161-128/+4
|
* Add $process.run() and $process.run_regex() functionsBoris Kolpackov2018-06-201-1/+3
| | | | | | | | | | | | | | $process.run(<prog>[ <args>...]) Return trimmed stdout. $process.run_regex(<prog>[ <args>...], <pat> [, <fmt>]) Return stdout lines matched and optionally processed with regex. Each line of stdout (including the customary trailing blank) is matched (as a whole) against <pat> and, if successful, returned, optionally processed with <fmt>, as an element of a list.
* Adapt to renaming regex_replace_ex() to regex_replace_search()Karen Arutyunov2018-06-191-24/+24
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-1/+1
|
* Add $regex.split(), $regex.merge() and $regex.apply() functionsKaren Arutyunov2017-08-301-23/+356
|
* Add support for regex function familyKaren Arutyunov2017-06-271-0/+331