On Mar 31, 2008, at 10:38 PM, Kem Tekinay wrote:
> On 3/31/08 6:46 PM, Dave Shirk at dave at pamlicosounds dot com wrote:
>
>> Another question about RegEx (acually two)
>
>> (\d?[a-zA-Z]\d{1,2}[/])?[more expression here]
>
> I think this one will work.
>
>> [\d?[a-zA-Z]\d{1,2}[/]]?[more expression here]
>
> I don't thinks this one will. Brackets indicate individual
> characters or a
> range of characters.
>
> In the first, what's the point of the brackets around the forward-
> slash?
>
>> Also. is it possible to have condtionals? For example:
>
> Yes. Check out this site for more info:
>
> <http://www.regular-expressions.info/>
Thanks Kem,
You answered a question I had by asking about the [/] part ;-) Now
I know I can just use /.
Thanks for the link - I have checked it out, and it looks like I can
become
'An Expert' using that site as a starting point.
Thanks again,
Dave
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|