Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-01-14 11:57
Flavor·Python

r"
(?<=<p>)(.*) (?=</p>)
"
gm
Open regex in editor

Description

(?<=<p>)(.*) (?=</p>)

Выделение текста в определенном теге без учета переноса строки

Submitted by anonymous