You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by T E Schmitz <ma...@numerixtechnology.de> on 2004/04/18 01:39:20 UTC

[configuration] specify a regular expression as string property

Hello,

I would like to specify a regular expression as a string property.
Example:
first.name.pattern=.{0,30}
or alternatively in an xml configuration file:
<pattern>.{0,30}</pattern>

Unfortunately this expression is interpreted as ArrayList. Is there any 
way to escape it so that it will be interpreted as a String?


Any help is very much appreciated.
-- 


Regards,

Tarlika Elisabeth Schmitz

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org