Skip to content

Useful RegEx

dclemenzi edited this page Mar 14, 2018 · 1 revision

Locates a Tag

<[^>]+\sdatetime\b[^>]*>

#Extracts Attribute Value (?<=\bdatetime=")[^"]*

Clone this wiki locally