Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mkl
on July 9, 2022
|
parent
|
context
|
favorite
| on:
AutoRegex
Two of your three examples are incorrect as they're missing backslashes. /^nw*g$/i should be /^n\w*g$/i and (?=.*d) should be (?=.*\d).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: