aboutsummaryrefslogtreecommitdiff
path: root/build2/functions-regex.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-07-16Resolve function overload via the argument reversal to untypedBoris Kolpackov1-128/+4
2018-06-20Add $process.run() and $process.run_regex() functionsBoris Kolpackov1-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.
2018-06-19Adapt to renaming regex_replace_ex() to regex_replace_search()Karen Arutyunov1-24/+24
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-1/+1
2017-08-30Add $regex.split(), $regex.merge() and $regex.apply() functionsKaren Arutyunov1-23/+356
2017-06-27Add support for regex function familyKaren Arutyunov1-0/+331