Hacker News new | ask | show | jobs
by Gompers 6245 days ago
Consider the word ‘smashing’. Using the above regular expression, the regex engine will first try to match the pattern ‘hi’ in ‘smashing’. It will not find a match.

... what?