Can Someone Help?
Posted: Mon Jan 19, 2009 12:05 am
Can someone please help me figure out how to replace all cases of:
with
where word is ANYTHING between the single quotes?
Someone made directions for doing it in another text editor. For that editor it worked, but that editor keeps freezing and apparently even gave me a virus. When I try the same expressions with textpade they don't work. They come up as having no results found.
Here is an example of what they have:
Search:
Replace:
That does not work in textpad. What do I need to change?
Thanks
Code: Select all
$this->something['word']Code: Select all
$this->somethingelse('word')Someone made directions for doing it in another text editor. For that editor it worked, but that editor keeps freezing and apparently even gave me a virus. When I try the same expressions with textpade they don't work. They come up as having no results found.
Here is an example of what they have:
Search:
Code: Select all
\$this->ipsclass->vars\[\'(.+?)\'\]Code: Select all
\$this->settings->getSetting('$1')Thanks