Utilizing the regex pattern for custom fields fails, for every pattern I try. #2853
Unanswered
agoransson
asked this question in
Q&A
Replies: 1 comment
-
Hi, I believe this is because in the Try it like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I've been tampering with custom fields lately and I find that the regular expression validation (pattern attribute) never works for me. I always get the following error:
The custom field "issn" value ["1101-4369"] does not match the pattern [d{4}-d{3}[dxX]]
I have tried with terminatoions as well (^ and $) but those fail as well. What am I missing?
I tried the value
1101-4369
Beta Was this translation helpful? Give feedback.
All reactions