Re: [rules-users] regular expresions

2008-02-10 Thread Godmar Back
Regarding Brian's mail on capturing matches in regular expressions: this is already a feature request, see: http://jira.jboss.com/jira/browse/JBRULES-1226 - Godmar ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman

[rules-users] regular expresions

2008-02-08 Thread Brian Trezise
For the following line of code in the LHS of a rule, is it possible to save the matched string, and/or the starting and ending index of said match? sd : SmartDescription(description matches "", description : description) ___ Brian Trezise Staff S