Replies: 1 comment
-
Hi @icf20 , did you try in a regex tester ? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
i need to catch dates like this June 2, 2023 so this should do
[a-zA-Z]{3,15}[ ]+\d{1,2},[ ]+\d{4}
but for some odd reason is not, what i am missing @alexis-viaBeta Was this translation helpful? Give feedback.
All reactions