Menu

#6 problems with \s in patterns

Near_Future
open
nobody
4
2002-10-15
2002-10-15
Polzin
No

Problem with labrun:
The PATTERN may not contain spaces. Use '\s'
instead.
\s matches also newline with is confusing sometimes.
Fix: Spaces must be inside of brackets [ ] or must
be quoted "\ "

Discussion


Log in to post a comment.