Skip to content

Instantly share code, notes, and snippets.

@yayMark
Last active November 1, 2023 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yayMark/2051d2f282ce8fb2292d337a589eac2c to your computer and use it in GitHub Desktop.
Save yayMark/2051d2f282ce8fb2292d337a589eac2c to your computer and use it in GitHub Desktop.
RegEx: look for an element name containing and attribute name over a single or multiple lines
<elementname(?:.*?(\n){0,}){1,}?.*?attributename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment