The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove the " character in string
#1
I want to remove the " character from a string. like the following:

str s1="This is the "first" line."
s1.findreplace(""" "" 8)

but QM2 reminds me there is error.
HOw to deal with the " character and the final result should be
s1="This is the first line."
Thanks.
gear


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)