Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove double quotes - regular expression
#3
Thank you. I tried the s.findreplace("''" "'") solution. My problem seems to occur when the first double quote in the string is reached. In this example, that double quote is just before the word WIDTH, but the string is not finished yet. Is this a problem with smart double quotes vs. straight double quotes? These double quotes are the same type of double quotes that define the beginning and end of a string. I have been able to use regular expressions in Quick Macros as long as there are no double quotes in the strings involved in either the subject string or the RegEx string.

str s = "<TD vAlign=center><SELECT class=actionBoxdb id=s2 style="WIDTH: 75px..."


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)