Suggestion when using RegEXr.com #94
Closed
codebydant
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I have been using this tool and it's fantastic. I just wanted to share a suggestion for someone who is testing a regex pattern with https://regexr.com/. In the case where you are using patterns like
\b
you must use a double slash. Otherwise, the github action won't be able to understand the pattern. e.g
Beta Was this translation helpful? Give feedback.
All reactions