On Tue, Apr 20, 2010 at 12:14 PM, Rick McGuire wrote:
> The next step is to add support for regular expressions for matches.
> I'm a little undecided on how best to do this right now. One approach
> would be to have the match() method recognize whether you are giving
> it a string or a pattern a
On Tue, Apr 20, 2010 at 2:22 PM, Gil Barmwater wrote:
> Rick McGuire wrote:
>> On Tue, Apr 20, 2010 at 11:43 AM, Gil Barmwater
>> wrote:
>>
>>>Rick McGuire wrote:
>>>
I hit the point where I needed to refresh my memory on how the Java
regular expression classes work. I found this tutori
Rick McGuire wrote:
> On Tue, Apr 20, 2010 at 11:43 AM, Gil Barmwater
> wrote:
>
>>Rick McGuire wrote:
>>
>>>I hit the point where I needed to refresh my memory on how the Java
>>>regular expression classes work. I found this tutorial very helpful:
>>
>>
>>
>>OK, that was going to be my next qu
On Tue, Apr 20, 2010 at 11:43 AM, Gil Barmwater wrote:
> Rick McGuire wrote:
>> I hit the point where I needed to refresh my memory on how the Java
>> regular expression classes work. I found this tutorial very helpful:
>>
>> http://java.sun.com/docs/books/tutorial/essential/regex/index.html
>>
>
pi.edu]
> Sent: 20 April 2010 16:43
> To: Open Object Rexx Developer Mailing List
> Subject: Re: [Oorexx-devel] Nice Java regular expression tutorial
>
> Rick McGuire wrote:
> > I hit the point where I needed to refresh my memory on how the Java
> > regular expression cla
Rick McGuire wrote:
> I hit the point where I needed to refresh my memory on how the Java
> regular expression classes work. I found this tutorial very helpful:
>
> http://java.sun.com/docs/books/tutorial/essential/regex/index.html
>
Yeah, I found that too from the previous link you posted. Pre
I hit the point where I needed to refresh my memory on how the Java
regular expression classes work. I found this tutorial very helpful:
http://java.sun.com/docs/books/tutorial/essential/regex/index.html
I'm still working through the details on how I want the ooRexx matcher
to work, since I real