Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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: