tlujan0001:
Thanks PaulS, I think what I meant was, how can I see if there is a CR, LF, or extra space being printed on my string named str?
When you print the string, print it jammed up tight against delimiters.
[This is my String]
means that there are no non-printing characters in the String.
[This is my String
]
means that there ARE non-printing characters in the String.
trim() will get rid of them.