Regular expressions in Sublime Text 2 only seach single lines by default. You can force them to search all lines with an inline search modifier:
(?s)
Created
August 1, 2013 13:27
-
-
Save ryancastro/6131308 to your computer and use it in GitHub Desktop.
Searching Sublime Text regex across multiple new line characters. Because I keep forgetting.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment