Y
Hacker News
new
|
ask
|
show
|
jobs
by
emilfihlman
1435 days ago
>All words starting with the letter "n" and ending with "g", case insensitive >> /^nw*g$/i
The example regex is completely wrong, it should be /n[a-z]*g/ig