Remove Special Characters from String

How do I remove a '>' symbol for a string?

For example, I want >100 to be 100.

Thanks