09-21-2003, 12:15 PM -
"(By the way, notice that it is more customary to say "matches regexp"/"does not match regexp".)"
Centaur, I do not think it applies in this case, as only part of the text needs to match.
To be pedantic, it would have to be:
"Contains the matching regexp/does not contain..."
But I might be wrong though, which would explain why using " \$[:digit:]+ " does not flag subjects containing any amount in dollars.
Or is it a bug? ???
Centaur, I do not think it applies in this case, as only part of the text needs to match.
To be pedantic, it would have to be:
"Contains the matching regexp/does not contain..."
But I might be wrong though, which would explain why using " \$[:digit:]+ " does not flag subjects containing any amount in dollars.
Or is it a bug? ???