realbasic-nug
[Top] [All Lists]

Re: More on RegEx

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: More on RegEx
From: Dave Shirk <dave at pamlicosounds dot com>
Date: Tue, 1 Apr 2008 00:14:29 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <C417186A dot B2A9F%ktekinay at mactechnologies dot com>
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>


<Prev in Thread] Current Thread [Next in Thread>