Skip to content

Instantly share code, notes, and snippets.

@paoga87
Created November 21, 2017 20:45
Show Gist options
  • Save paoga87/c83d72954807c711f1107c94c991cb25 to your computer and use it in GitHub Desktop.
Save paoga87/c83d72954807c711f1107c94c991cb25 to your computer and use it in GitHub Desktop.
Using regex with Sublime3
//Finding text in between <span> tags with data binding that needs escape
<span[^<>]*data-bind="html:\$data.title"[^<>]*>[\s\S]*?</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment