This repository has been archived by the owner on Jun 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 331
double digit groups not recognized #43
Comments
Maybe you should learn regex in depth!https://regexper.com/#%2F(12)%2F https://regexper.com/#%2F(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)((%3F%3D(%5B0-9%5D%7B1%2C6%7D)))(12)%2F |
I don't know what your means? You should give more details & some handy ways! bad way
good way
|
Please look at the first post on this thread, I edited it. |
Closing as a duplicate of #38. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)\10
Doesn't recognize double digit groups such as
10
The text was updated successfully, but these errors were encountered: