Skip to content

Comment on AutoRegex

Comments

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.