[2226] in java-interest

home help back first fref pref prev next nref lref last post

Re: regular expressions in Java

daemon@ATHENA.MIT.EDU (Christophe Meessen)
Wed Sep 27 07:08:33 1995

Date: Wed, 27 Sep 1995 09:30:45 +0100
To: Glen.Perkins@nativeguide.com (Glen C. Perkins), java-interest@java.sun.com
From: meessen@cppm.in2p3.fr (Christophe Meessen)

At 16:43 26/09/95 -0700, Glen C. Perkins wrote:
>
>>From: tmb@best.com
>>Date: Sun, 24 Sep 1995 23:56:40 -0800
>>Subject: regular expressions and dbm for Java?
>>
>>Languages like Perl and Python that are currently popular for doing
>>a lot of WWW related programming have extensive support for
>>regular expressions and dbm files.
>>
>>I'm sort of missing similar support in Java.  Is there a standard
>>API and implementation in the works?
>>
>>Thomas.
>>
>
>Several people have pointed out how valuable unicode-savvy regular
>expressions would be to Java, but the Java team never responds to this
>question. I wish they would.
...

I'm working on writing one.
I've actualy wrote a simple globbing function.
I've also wrote a string search function that uses the BM search algorithm.

I totaly agree with the key role of the regexp or regsub command.
In tcl I use it alot.

There are two solution:

1. use the freeware C source that Henry Spencer shared with us 1986.
This is the one used in FeeeBSD, Tcl and I guess in many other freeware
packages.
Bien cordialement,

Ch.Meessen

-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post