Community Patterns

Community Library Entry

-2

Regular Expression
Created·2015-06-12 17:02
Flavor·PCRE (Legacy)

/
<div[^<>]*>([\s\S]*?)<\/div>
/
Open regex in editor

Description

Get the content of a DIV HTML Tag.

Submitted by Ivan Milazzotti