All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.coveo.nashorn_modules.Paths Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.coveo.nashorn_modules;

public class Paths {
  public static String[] splitPath(String path) {
    return path.split("[\\\\/]");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy