Hi guys,

I have migrated my code over to Drools 5 and now regular expressions have to
be escaped. e.g. where previously I had

name matches "^\s*$"

instead I have to put

name matches "^\\s*$"

Is this a bug or am I missing a setting or something? I am running against
the 5 snapshot.

thanks
Steve
-- 
Steven Williams

Supervising Consultant

Object Consulting
Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501
steven.willi...@objectconsulting.com.au
www.objectconsulting.com.au

consulting | development | training | support
our experience makes the difference
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to