I'm not understanding something about print character class
Posted: Thu Aug 28, 2014 5:56 pm
Why is this RE
^[[:print:]]
not equivalent to this RE?
^.
The RE ^[[:print:]] finds blank lines (^$), but I'm confused as to why.
^[[:print:]]
not equivalent to this RE?
^.
The RE ^[[:print:]] finds blank lines (^$), but I'm confused as to why.