eclipse - Regex to match word only in quotes -
I am trying to create a regex for a word match in quotes.
If the text is as follows, I want to match the Use Case: I need to search for quotation marks in the search You can use the following. HelloWorld inside quotation marks, but not in the quotes (other than the
HelloWald Example should match, but should not be the first one)
HelloWald Showing "HelloWald"
HelloWorld , but other
HelloWorld examples Need to use as the name of Eriabl name or class when I discovered that my Eclipse IDE by Regex.
'HelloWald is showing HelloWald' Match (/"(..//)"+/ g); // ["" HelloWald Showing ""]
Comments
Post a Comment