I wrote code for matching filepath which have extenstion .ncx ,
pattern = Pattern.compile(\"$(\\\\|\\/)[a-zA-Z0-9_]/.ncx\"); Matcher matcher = pattern.math
try this
$(\\|\\/)[a-zA-Z0-9_]/.ncx