bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

match() separation-grouping bug


From: xmb
Subject: match() separation-grouping bug
Date: Tue, 13 May 2003 14:11:56 GMT

Morning,

theres a bug in match() when trying to ()|() match stuff... it matches it but only copies the first grouped match to the array: echo -e "a\nb\nc" | gawk '{ print match($0, /(a)|(b)|(c)/, S); if (S[1]) print S[1] }' has been tested on v3.1 to the patched v3.1.2.
/xmb
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]