awk: access captured group from line pattern

Posted by rampion on Stack Overflow See other posts from Stack Overflow or by rampion
Published on 2010-06-02T12:35:34Z Indexed on 2010/06/02 12:53 UTC
Read the original article Hit count: 194

Filed under:
|

If I have an awk command

pattern { ... }

and pattern uses a capturing group, how can I access the string so captured in the block?

© Stack Overflow or respective owner

Related posts about regex

Related posts about awk