Regular Expressions 101

Community Patterns

parse author from html

0

Regular Expression
ECMAScript (JavaScript)

/
<([\S]+) class=\"(byline[\S]+|author|by)\"[^>]+>([^<]*)<\/\1>
/
gmi

Description

no description available

Submitted by imilov - 8 years ago