Does php trim() remove line breaks?

PrabodhB

New Member
I am creating an application that takes a "swipe" from a magnetic reader. The string that is returned from the magnetic reader has a line break after the text. Can I use php trim() to remove the linebreak (and obviously any pre or post whitespace)?
 
Back
Top