Regular Expressions 101

Community Patterns

Extract asp label

3

Regular Expression
ECMAScript (JavaScript)

/
(?<openingtag><asp:Label.*?>)(?<content>.*?)(?<closingtag><.*?asp:Label>)
/

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 - 10 years ago