What is the regex pattern to find and replace a line in eclipse ?
I am using this pattern \S*\text\S*
and it replaces only the word but not the whole line matching the pattern
What is the regex pattern to find and replace a line in eclipse ?
I am using this pattern \S*\text\S*
and it replaces only the word but not the whole line matching the pattern