Need help finding out the regex pattern that will help me replacing below -
*LABEL and it’s value which contains within double quote.
(Text within double quotes may contain all different special characters and there is no fix pattern)
Thanks @Arpit_Kesharwani for your response.
The pattern you provided, that is working fine for the 1st example, but for the 2nd example it is not selecting the desired text.
Issue for the 2nd example is, after 'LABEL’ there can be multiple double quotes/ in same line.So, instead selecting the value for only *LABEL, it is selecting almost entire line.
Unfortunately it did not worked out with the pattern you shared (even though as per your screenshot it is working fine with same pattern only). It is only selecting till *LABEL
But I found one pattern with which it is working fine and it is -