diff options
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 |