Hacker News new | ask | show | jobs
by jodrellblank 2330 days ago
`.` "can" match any character including linebreaks if the regex engine is in re.DOTALL mode (Python) or SingleLine Mode (.Net).