HomeFreeBSD

awk(1) match() takes a regex, use /.../ to remind ourselves of this

Description

awk(1) match() takes a regex, use /.../ to remind ourselves of this
NB: The difference between "..." and /.../ for a regex in awk is that
quoted strings go through escape expansion first (e.g., \\ becomes \)

Details

Provenance
dteskeAuthored on
Parents
rS309916: Be internally consistent (": > ..." is used elsewhere in this file)
Branches
Unknown
Tags
Unknown