Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove the " character in string
#2
In strings, use two ' instead of ". Two ' are automatically recognized as ".

Code:
Copy      Help
str s1="This is the ''first'' line."
s1.findreplace("''")

http://www.quickmacros.com/help/Languag ... STANT.html


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)