I was wondering if the Regular Expression (a part of the JavaScript engine I suppose) was changed in Servoy 6. Because one of my RegExp’s are really broken…
Here I have a example which is working in Servoy 3.5 but is broken in Servoy 6 but it works on http://regexpal.com
(Joël|Rick|Réck)
In Servoy 6 the name Rick will be matched but the names Joël and Réck wont… I suppose its something with those special chars…