Ciao a tutti,
could you tell me which is the syntax reference for JM regular expressions? (a link to the proper Regex guide would be nice to have)
Thank you for help
Claudio
Here's our guide on calculated values - you'll find an example for Regular Expressions there.
Do you really think this is a Regex guide? i mean somethin like
https://www.justinmind.com/community/topic/regular-expressions-syntax
or https://www.regular-expressions.info/posix.html#bre
or https://www.jrebel.com/blog/java-regular-expressions-cheat-sheet
I want to know which is the standard adopted by Justinmind
We use Javascript syntax for Regex. As an example, here's what we use to check for numbers: ^[-+]?[0-9]*[\\.|\\,]?[0-9]+$
You can test your custom regular expressions in online editors like this one: https://regexr.com
This was the answer i was looking for. May be the firtst answer always comes from a (ro)Bot?
Thank you anyway, but i am not using JM any more, the free version expired and what remains is almost unuseful.
All the best
Comments have been locked on this page!
Here's our guide on calculated values - you'll find an example for Regular Expressions there.
Here's our guide on calculated values - you'll find an example for Regular Expressions there.
Do you really think this is a Regex guide? i mean somethin like
https://www.justinmind.com/community/topic/regular-expressions-syntax
or https://www.regular-expressions.info/posix.html#bre
or https://www.jrebel.com/blog/java-regular-expressions-cheat-sheet
I want to know which is the standard adopted by Justinmind
We use Javascript syntax for Regex. As an example, here's what we use to check for numbers: ^[-+]?[0-9]*[\\.|\\,]?[0-9]+$
You can test your custom regular expressions in online editors like this one: https://regexr.com
This was the answer i was looking for. May be the firtst answer always comes from a (ro)Bot?
Thank you anyway, but i am not using JM any more, the free version expired and what remains is almost unuseful.
All the best
Claudio
Comments have been locked on this page!