R
reiks
My requirement is to match the word-'text="Description"'
in the below line
text(band=header alignment="0" text="Description"
border="0" color="8388608" x="206" y="0" height="64"
width="338" font.face="Arial" font.height="-10"
font.weight="700" font.family="2" font.pitch="2"
font.charset="0" background.mode="1"
background.color="536870912" )
I've used the following expression
"text=\"(.+)\"" . But it's not giving me the correct match
Could anyone help em out?
thanks in advance,
reiks
in the below line
text(band=header alignment="0" text="Description"
border="0" color="8388608" x="206" y="0" height="64"
width="338" font.face="Arial" font.height="-10"
font.weight="700" font.family="2" font.pitch="2"
font.charset="0" background.mode="1"
background.color="536870912" )
I've used the following expression
"text=\"(.+)\"" . But it's not giving me the correct match
Could anyone help em out?
thanks in advance,
reiks