Ok guys, I know this has been done many times, yet I currently don't have the code for this issue.
Problem: I wish to parse a search string and replace all characters of one type betweeen two other characters (of the same type).
For example, in a search engine search string you can place quotes to search for exact wording on a page. I wish to search for the double quote symbol - '"' and replace all space ' ' characters until I reach the second quote symbol (if the 2nd one exists). There may also be more than 2 double quotes in the string.
Does anyone have a good method for doing this? Any help would be appreciated.
Thanks,
THEFID
Problem: I wish to parse a search string and replace all characters of one type betweeen two other characters (of the same type).
For example, in a search engine search string you can place quotes to search for exact wording on a page. I wish to search for the double quote symbol - '"' and replace all space ' ' characters until I reach the second quote symbol (if the 2nd one exists). There may also be more than 2 double quotes in the string.
Does anyone have a good method for doing this? Any help would be appreciated.
Thanks,
THEFID