index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
mbstr1.awk
blob: 2abcff21f277ecad50ab8f05f9fd6f5e3e7f068d (
plain
)
1
2
3
4
BEGIN
{
print
length
(
"
\x
81
\x
82
\x
83
\x
84"
)
print
index
(
"
\x
81
\x
82
\x
83
\x
84"
,
"
\x
81
\x
82"
)
}