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]
