Skip to content

Instantly share code, notes, and snippets.

@mir4a
Last active December 16, 2015 14:49
Show Gist options
  • Save mir4a/5451771 to your computer and use it in GitHub Desktop.
Save mir4a/5451771 to your computer and use it in GitHub Desktop.
regexp to format simple text to html tags in jetbrains
<!-- string to find -->
(^[а-яА-ЯёЁ a-zA-Z,. - -:;]+)
<!-- string to replace -->
<p>$1</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment