diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-11 14:52:04 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-11 14:52:04 +0300 |
commit | 4ab78d60892f19f1cae1e85771a396b50eb591c6 (patch) | |
tree | 0698f1dd22d0d78c2a0dc66aa8823b74fe809dcd /doc/gawk.texi | |
parent | 8916089795a175cfd08541b67fdcf506d1ed5a1c (diff) | |
download | egawk-4ab78d60892f19f1cae1e85771a396b50eb591c6.tar.gz egawk-4ab78d60892f19f1cae1e85771a396b50eb591c6.tar.bz2 egawk-4ab78d60892f19f1cae1e85771a396b50eb591c6.zip |
Add doc on conversions for strongly typed regexps.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 7e53a1e4..01c628d3 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -6327,6 +6327,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 |