Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author doublesharp

    (@doublesharp)

    @fab4_33 I will probably be updating this in the future to be a little more straightforward – right now the delimiters are added internally. I didn’t have any luck with your regex but the following works well for me in some testing:

    ^(http|https|ftp)\://[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(:[a-zA-Z0-9]*)?/?([a-zA-Z0-9\-\._\?\,\'/\\\+&%\$#\=~])*$

    Thread Starter fab4_33

    (@fab4_33)

    thanks again, i will test with your regex

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how it works with validation pattern’ is closed to new replies.