Skip to content

Instantly share code, notes, and snippets.

@basselin
Last active November 2, 2017 17:50
Show Gist options
  • Save basselin/169fb9013ace08072be47a33cedc37d6 to your computer and use it in GitHub Desktop.
Save basselin/169fb9013ace08072be47a33cedc37d6 to your computer and use it in GitHub Desktop.
PhpStorm multi line search (Find + Find/Replace) Raw

PhpStorm

word1[.\s\S]*word2

TextMate

word1(?m:.+)word2

@misarji
Copy link

misarji commented Nov 2, 2017

Great hint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment