Community Patterns

Community Library Entry

3

Regular Expression
Created·2013-12-02 05:53
Flavor·ECMAScript (JavaScript)

/
(?<openingtag><asp:Label.*?>)(?<content>.*?)(?<closingtag><.*?asp:Label>)
/
Open regex in editor

Description

I am trying to extract the asp:label syntax using Regex but I am getting some error can some one help me

Submitted by anonymous