So What's A $#!%% Regular Expression, Anyway?! Regular expressions are one of the most powerful tools in the
arsenal of any *NIX programmer. This article offers insights into what they
are, how to go about constructing them, and how to add them to your Perl,
PHP and JavaScript programs.
| Name: |
Martin S |
| Subject: |
Re: Nice Article, just one question on examples |
| Date: |
04-20-2000 05:39AM |
I have another question related to this part of the article.
The text says:
"and zero or one occurrence of the preceding character"
And /Wil?/ would match "William" ?
Howcome? There are two occurences of the 'l'
in William.
-- Martin
|
Other posts in this thread:
Reply to this post:
|
 |
New On DevShed:
Hot Forum Topics:
|