Customer Portal

Problem with RegEx syntax

Comments 1

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi CodeMonkee,

    I think that problem is in the square brackets, try to remove them. Btw. If you want four or more characters, you should use this:
    "(\\w)\\1{3,}"
    (You want to match a single character and then that character repeated three more times.)

    Best regards,

Please sign in to leave a comment.