Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-23 08:25
Flavor·PCRE2 (PHP)

/
<a class="bookTitle" href=\"(?'url'.+)\">(?'name'.+)<\/a><br><b>Read:<\/b> (?'read'\d{4}-\d\d-\d\d)' \+ \"<br><b>Published:<\/b> \" \+ (?'published'\d{4})
/
gm
Open regex in editor

Description

this can be use to dump you book info

Submitted by Sjoerd