How do I know I had invisible characters?
The usual symptoms are two strings that look identical but do not compare equal, a search that finds nothing, or a character count higher than what you can see.
Delete zero-width spaces, byte order marks and other characters you cannot see but your parser can.
FeedbackPaste the text that is behaving strangely
Click Process
Copy the cleaned text back into your document or code
The usual symptoms are two strings that look identical but do not compare equal, a search that finds nothing, or a character count higher than what you can see.
No. Line breaks and tabs are real whitespace and are kept. Use Remove Line Breaks if you want to unwrap paragraphs.