propertyregex is an ant-contrib question, really, and
you seem to be trying to use nested elements where
propertyregex doesn't appear to want any, but you
basically want to match "^(.*)Bean$" and replace with
"\1".

HTH,
Matt

--- Nat Gross <[EMAIL PROTECTED]>
wrote:

> Hi;
> To a regex newbie can someone please supply the
> pattern to strip off the 
> word "Bean" from the string.
> 
> In the following, assuming that property 'beanName'
> contains a string 
> 'AnyBean',
> the new 'beanPrefix' property should be 'Any'. (By
> convention, the 
> substring 'Bean' is always at the end of the
> string.)
> 
> <propertyregex property="beanPrefix"
> input="${beanName}" select="\0">
>     <regexp pattern="//>  <!--eg. "MathBean" becomes
> "Math",  
> "StateBean" becomes "State". -->
> </propertyregex>
> 
> Thanks
> -nat
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Do you Yahoo!? 
All your favorites on one personal page � Try My Yahoo!
http://my.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to