Vassili Bykov's Regex11 package - Smalltalk
This is a discussion on Vassili Bykov's Regex11 package - Smalltalk ; In the package comments we can find "See the DOCUMENTATION category on
the class side of RxParser for more information."
However, opening a Browser on RxParser there is no documentation
category to look at!
Was the documentation for Dolphin put ...
-
Vassili Bykov's Regex11 package
In the package comments we can find "See the DOCUMENTATION category on
the class side of RxParser for more information."
However, opening a Browser on RxParser there is no documentation
category to look at!
Was the documentation for Dolphin put somewhere else?
Regards,
--
Cesar Rabak
-
Re: Vassili Bykov's Regex11 package
Hi Cesar,
> Was the documentation for Dolphin put somewhere else?
Hmmm the one that I imported had all the documentation.
There's a class comment on RxParser, it's comment says to look at the class
methods with the protocol Documentation, which has a bunch of methods a:
b: etc. which have all the docs.
Its worth noting, if you search this group, its is mentioned that the built
MS regex classes are better as they don't overflow the stack (which this
implementation can do in some situations).
Tim
-
Re: Vassili Bykov's Regex11 package
Tim M escreveu:
> Hi Cesar,
>
>> Was the documentation for Dolphin put somewhere else?
>
>
> Hmmm the one that I imported had all the documentation.
>
> There's a class comment on RxParser, it's comment says to look at the
> class methods with the protocol Documentation, which has a bunch of
> methods a: b: etc. which have all the docs.
I reloaded the package and found under the class methods. Thanks!
>
> Its worth noting, if you search this group, its is mentioned that the
> built MS regex classes are better as they don't overflow the stack
> (which this implementation can do in some situations).
>
OK. I'll check on those as well. I already have a fatality as VB's
implementation does not support ranges...
Thanks again,
--
Cesar Rabak
Similar Threads
-
By Application Development in forum TCL
Replies: 3
Last Post: 11-05-2007, 08:48 PM
-
By Application Development in forum J2EE
Replies: 2
Last Post: 08-29-2007, 11:37 AM
-
By Application Development in forum Smalltalk
Replies: 2
Last Post: 08-28-2006, 01:09 AM
-
By Application Development in forum XML SOAP
Replies: 0
Last Post: 11-28-2003, 01:50 PM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 10-08-2003, 11:57 AM