test iteration

This commit is contained in:
John Kerl 2021-08-11 11:41:12 -04:00
parent 4fb1fde18d
commit 72c8fa819f
107 changed files with 108 additions and 85 deletions

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract($x, "[A-Z]*")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract($x, "[a-z]*")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract($x, "[0-9]*")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract($x, "[ef]*")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract($x, "[hi]*")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract($x, "[op]*")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract_or_else($x, "[A-Z]*", "DEFAULT")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract_or_else($x, "[a-z]*", "DEFAULT")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract_or_else($x, "[0-9]*", "DEFAULT")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract_or_else($x, "[ef]*", "DEFAULT")' regtest/input/sub.dat

View file

@ -1 +0,0 @@
mlr --oxtab put '$y = regextract_or_else($x, "[hi]*", "DEFAULT")' regtest/input/sub.dat

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract($x, "[A-Z]*")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract($x, "[a-z]*")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract($x, "[0-9]*")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract($x, "[ef]*")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract($x, "[hi]*")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract($x, "[op]*")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract_or_else($x, "[A-Z]*", "DEFAULT")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract_or_else($x, "[a-z]*", "DEFAULT")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract_or_else($x, "[0-9]*", "DEFAULT")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract_or_else($x, "[ef]*", "DEFAULT")

View file

@ -0,0 +1 @@
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat

View file

@ -0,0 +1 @@
$y = regextract_or_else($x, "[hi]*", "DEFAULT")

Some files were not shown because too many files have changed in this diff Show more