• Resolved harmizi

    (@harmizi)


    hi..Im having the same problem too;
    here’s my code

    /[v][h][3][2]/i

    to validate input match vh32 or VH32

    i run the code at https://regexr.com/601lq and it works. But some how it doesnt work here. Can u please check for me?

Viewing 1 replies (of 1 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @harmizi,

    Thanks for your inquiry, please use this regular expression instead, it works as expected:
    [v|V][h|H][3][2].

    If you’ll have any issues with it, then please delete the current field and create a new field and use the RegEx there.

Viewing 1 replies (of 1 total)
  • The topic ‘Regex error’ is closed to new replies.