Hello,
I want to match a string embedded in double quotation marks.
For ex.
I am going to getCode:He is "Best Friend" of my family.
Could you look at my pattern?Code:Best Friend
Right or not?Code:(?<q>["']).*?\k<q>
Thanks
Results 1 to 9 of 9
|
Click Here to Expand Forum to Full Width |