Question
Replace() question?
Hi,
I'm running ColdFusion 9. I have a few strings like this:
50;#Rick Smits
20;#John Doe
20;#Jane Doe
20;#Jack Smith
How can I remove the pound sign (#) and everything to the left. The strings aren't always the same except for the ";#" part so I can't hardcode it.
Any help appreciated.
Thanks,
