aboutsummaryrefslogtreecommitdiffstats
path: root/test/mbstr2.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-08-25 20:32:36 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-08-25 20:32:36 +0300
commit9a1d9bf768645496c451410f137e97ef192fbe7c (patch)
treeb1b267af71c1a42c295ddef6265675dd94bb1a28 /test/mbstr2.awk
parentc4e1e18fb3feaeab891c4dddf513302f4288f35b (diff)
parent0d974ba125c1e8df68fecc2f579bb067d056cc3f (diff)
downloadegawk-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.awk1
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) }