I have the following text in txt file “Savehome” , .
i HOMEYO RENAME CLOCK ;
l.k. how do I get only the text HOMEYO RENAME CLOCK. regex gives me an error by trying to intercept the quotes in the first word
please share with us more details.
- What was done so far?
- sample text as txt file
- pattern / expected output
Thanks
Provide the Input text and required output, then we will give you regular expression.
Or Send the image of the error that you are getting.
If your requirement is to match double quotes then use double double quotes to escape …
\
also works in few cases
Cheers