Last active
November 1, 2023 06:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<elementname(?:.*?(\n){0,}){1,}?.*?attributename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment