In the quest for localization I need to find all the string literals littered amongst our source code. I was looking for a way to script this into a post-modification source
hi this is regex for searching literals, that I use to find a text for translation. it also includes empty spaces and different quotes
regex: ([",,'])([\w,\s]*)([",,'])
,'])([\w,\s]*)([",
searchstring: var test='This is a test';