Question
How to replace all characters in string?
Hi
I'm new in cold fusion and i hawe to change some characters in string
For example i have path like that
file://///salem/libres/ACTIVE/
and i need to change it into:
\\salem\libraries\ACTIVE\
how can i do that there is no replaceAll function
how can i do that in the simplest way?
