This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pregexp: POSIX classes error


kazar1my@yahoo.co.uk wrote:
> 
> Has anyone got POSIX classes in the pregexp package to work correctly
> under Kawa? More specifically, I compiled and ran pregexp-test.scm and got
> a pregexp error on the following test case: -
> 
> (pregexp-match "[[:alpha:]_]" "--x--")
> Error: pregexp-check-if-in-char-class?
> 
> Any help here would be greatly appreciated. I'm using kawa 1.6.99 with
> pregexp 1.6e.
> 
> =====
> Khairul Azhar
> 

I didn't used that package, but I suggest you to try the gnu.regexp, the
jakarta.oro or  sun's jdk 1.4 regexp packages and write a kawa
interface: I tried the first two in some pure java project and they
performed well.

-- 
	(--cafe babe--) 
Marco Vezzoli	marco.vezzoli@st.com
CR&D Intranet Developement   STMicroelectronics
tel. +39 039 603 6852 fax. +39 039 603 5055


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]