Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2026-06-30 06:08
Flavor·PCRE2 (PHP)

/
data-encore-id="text" dir="auto">(.*)<\/div>.*tabindex="-1">(.*)<\/a><\/div>.*tabindex="-1">(.*)<\/a>
/
gU
Open regex in editor

Description

from the lowest common div element, copy the html, and insert as the test string, then export

Submitted by anonymous