example:
- Code: Select all
_e("Full Implementation")
find:
- Code: Select all
_e\("(?:[^\\"]+|\\.)*"\)
replace with:
_e\("$1", "my_theme"\)
As is, the $1 is just being replaced with nothing, but I would like it to be the content between the quotes
_e("Full Implementation")_e\("(?:[^\\"]+|\\.)*"\)_e\("([^\\"]+|\\..*)"\)_e\("(.*?)"\)_e\("$1", "my_theme"\)_e("Full Implementation", "my_theme")(.*?)\.(.*)Users browsing this forum: No registered users and 8 guests