Comment #1421

Anonymous wrote the following reply to https://scripter.co/notes/awk/:

"It looks like regular expressions cannot be specified in relation to field variables like $1, $2, etc. But I am most likely wrong."

You are right that you're wrong. ;) Try for example:

> $1 ~ "a.*y"

Reply to this comment