Hacker News new | ask | show | jobs
by quickthrower2 2337 days ago
The basic regex is easy, infact an English word is a regex! A dot matches a single character. Star multiple of the previous character. Just that is useful for a lot of cases!