Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Aaron 4 posts 25 karma points
    Apr 08, 2016 @ 11:03
    Aaron
    1

    Regular expression not working

    I am building a multilingual site and have regular expressions set up to make sure users don't go beyond a certain character limit. Vorto is being used with Textboxes and Richtext editors.

    An example would be the title should not be more than 25 characters so the regex looks like ".{0,25}". However, when i enter more than 25 characters there is no warning to say the the pattern has not matched.

  • Aaron 4 posts 25 karma points
    Apr 11, 2016 @ 09:04
    Aaron
    0

    I needed to add $ to the end of the regex

Please Sign in or register to post replies

Write your reply to:

Draft