RegularExpression
KarthikSESA opened this issue · 1 comments
KarthikSESA commented
I am getting api response of regularExpression is (?=.[a-z].)(?=.[A-Z].)^[\w !"#$%&'()*+,-.\/:;<=>?@\[\\\]\^_\\{\\|\\}~]{6,32}$ but in the model object, I am getting some escaped string like (?=.*[a-z].*)(?=.*[A-Z].*)^[\w !"#$%&'()*+,-.\/:;<=>?@\[\\\]\^_
{|}~]{6,32}$ because of this my validation is failing.
ZacSweers commented
Sorry I don't understand what the question is here. Please revisit with specific details of the issue and a repro case.