You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-user@jakarta.apache.org by Adam Shackleford <ap...@sprynet.com> on 2001/06/12 20:11:30 UTC

new Perl5Util().match("/[[:alpha:]]/", "a") => false

The expression:

	new Perl5Util().match("/[[:alpha:]]/", "a")

returns false with ORO 2.0.3, whereas: 

	new Perl5Util().match("/[[:alnum:]]/", "a")

returns true. I hope this isn't another newbie mistake...

thanks,

adam