.+ is any character 1 or more times, not just alphanumeric characters..+ - Any character 1 or more times @ - A literal @ .+ - Any character 1 or more times \. - A literal . .+ - Any character 1 or more times
- Tom
In reply to Re: Translation of reg expression
by tcf22
in thread Translation of reg expression
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |