in reply to Re^4: newbie need help with a simple code
in thread newbie need help with a simple code
\s # one whitespace character \s+ # one or more whitespace characters \s* # zero or more whitespace characters \s{5} # exactly five whitespace characters \s{3,5} # between 3 and 5 whitespace characters
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: newbie need help with a simple code
by AnomalousMonk (Archbishop) on Mar 05, 2013 at 07:35 UTC |