diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-25 20:32:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-25 20:32:36 +0300 |
commit | 9a1d9bf768645496c451410f137e97ef192fbe7c (patch) | |
tree | b1b267af71c1a42c295ddef6265675dd94bb1a28 /test/mbstr2.awk | |
parent | c4e1e18fb3feaeab891c4dddf513302f4288f35b (diff) | |
parent | 0d974ba125c1e8df68fecc2f579bb067d056cc3f (diff) | |
download | egawk-9a1d9bf768645496c451410f137e97ef192fbe7c.tar.gz egawk-9a1d9bf768645496c451410f137e97ef192fbe7c.tar.bz2 egawk-9a1d9bf768645496c451410f137e97ef192fbe7c.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'test/mbstr2.awk')
-rw-r--r-- | test/mbstr2.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mbstr2.awk b/test/mbstr2.awk new file mode 100644 index 00000000..4f2c8cc6 --- /dev/null +++ b/test/mbstr2.awk @@ -0,0 +1 @@ +match($0,/:deathdate=2007....:/) { print substr($0,RSTART+11,RLENGTH-16) } |