Regular Expression

0
how can i create the regular expression for validation in microflow
asked
3 answers
2

Hey, maybe these previous questions/threads could help!

https://forum.mendix.com/#/questions/11540474045273878

https://forum.mendix.com/link/ideas/457 

answered
0

You can follow this documentation if you have not looked at it yet
https://docs.mendix.com/refguide/regular-expressions
 

answered
0

Usage of a regular expression, that you define in the project explorer, is only assignable to the validation-expression of an entity:

You have probably created such a regex and are now trying to use it/call it in a microflow. That is just not possible in Mendix. Your only option, as far as I know, is in the microflow in an expression call isMatch().

answered