Hungerburg
2017-06-23 07:36:03 UTC
Hi All,
Can anyone help me here. How do I remove '%u200B' from a string in XQuery.
let $input := 'zerowidthspaces'
return (replace($input, "", " "))
let $input := 'zero%u200Bwidth%u200Bspaces'
return (replace($input, "%u200B", " "))
Seems trivial?Can anyone help me here. How do I remove '%u200B' from a string in XQuery.
let $input := 'zerowidthspaces'
return (replace($input, "", " "))
let $input := 'zero%u200Bwidth%u200Bspaces'
return (replace($input, "%u200B", " "))
--
Peter
Peter