aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-05-11 14:52:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-05-11 14:52:04 +0300
commit4ab78d60892f19f1cae1e85771a396b50eb591c6 (patch)
tree0698f1dd22d0d78c2a0dc66aa8823b74fe809dcd /doc/gawktexi.in
parent8916089795a175cfd08541b67fdcf506d1ed5a1c (diff)
downloadegawk-4ab78d60892f19f1cae1e85771a396b50eb591c6.tar.gz
egawk-4ab78d60892f19f1cae1e85771a396b50eb591c6.tar.bz2
egawk-4ab78d60892f19f1cae1e85771a396b50eb591c6.zip
Add doc on conversions for strongly typed regexps.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 89c4e7bf..e919df60 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -6111,6 +6111,10 @@ strings or string constants. They may also be passed through indirect function
calls (@pxref{Indirect Calls})
onto the built-in functions that accept regexp constants.
+When used in numeric conversions, strongly typed regexp variables convert
+to zero. When used in string conversions, they convert to the string
+value of the original regexp text.
+
@node Regexp Summary
@section Summary