I am trying to match a single upper case char but none of the following are working. This is one and only one, not zero, not two or more.
[A-Z]
[A-Z]{1}
([A-Z]){1}
This works, but it matches 0 chars also
/^[A-Z]$/
|
I am trying to match a single upper case char but none of the following are working. This is one and only one, not zero, not two or more.
This works, but it matches 0 chars also
|
|||||||
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
I think you're incorrect. That pattern is right. Testing it in Chrome and Firefox's developer consoles, it has the behaviour you want.
How are you using it? |
||||
|
|
|
|||
|
|