Home > Forum > User Voice > Increase the length limit of regex validation.

Increase the length limit of regex validation. DONE
2

In webcon 2022.1.4.404
you don't have prompt like you, but it just it cut length of "code"...


[code]
^[0-2]{1}[0-9]{1}:[0-5]{1}[0-9]{1}-[0-2]{1}[0-9]{1}:[0-5]{1}[0-9]{1}$
[/code]

but this is to long :/
[code]
^((0[0-9]|1[0-9]|2[0-2]):[0-5][0-9]-(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9])|(23:00-23:[01-5][0-9]|23:00-23:00)$
[/code]


---edit--
BTW:
https://community.webcon.com/posts/post/regular-expressions-business-applications/268/4
the article have got missing pictures ...