I need a regular expression that will only match to the String if it ends with the target that I am looking for. I need to locate a file with a specific extension, problem i
$ is used to match the end of the string. and can be used like
"string"$
like
xyz$
if you want to end with xzy