fork download
  1. class Ideone {
  2. static void main(String[] args) {
  3. String f = 'C:\\path\\to\\some\\dir'
  4. println(f.replaceAll($/\\/$, '/'))
  5. }
  6. }
  7.  
Success #stdin #stdout 0.79s 4456448KB
stdin
Standard input is empty
stdout
C:/path/to/some/dir