square/moshi

RegularExpression

KarthikSESA opened this issue · 1 comments

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.

Sorry I don't understand what the question is here. Please revisit with specific details of the issue and a repro case.