How to clean \xc2\xa0 using tf.strings.regex_replace?

前端 未结 0 1443
后悔当初
后悔当初 2021-01-13 13:13

I tried the the following but does not work:

tf.strings.regex_replace(_string, "\\xc2\\xa0", \' \')

or

tf.strings.re         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题