List of useful string manipulation command
// get everthing before ":" character var path = path.split(':')[0];