in reply to Re^2: Remove u200b unicode From Stringin thread Remove u200b unicode From String
Just wild guess, but if your data has line breaks then you might try adding the /m modifier to the substitution.
s/\x{200B}//gm [download]