I have some kind of different strings in various files like
"a.x"
"a.y" 
in a project in eclipse. Where "a. is common between all. 
I'm wondering is possible to search for 
"a.*" and replace with a.*
So basically it becomes
Before
"a.x"
"a.y"
After
a.x
a.y 
 
     
    