justinmind-logo
 
Upvote 1

regular expressions syntax

Answered Cbuz 3 years ago

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

Best Answer
photo

Here's our guide on calculated values - you'll find an example for Regular Expressions there.

Replies (4)
photo
1

Here's our guide on calculated values - you'll find an example for Regular Expressions there.

photo
1

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

photo
1

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

photo
1

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

Leave a Comment
 
Attach a file