Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove double quotes - regular expression
#5
Problem when assigning a string containing " to a variable? Replace " to two '. You can use the Text dialog for this.

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

Another way - assign comments:

Code:
Copy      Help
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)