I am trying to get the filename with an extension from the absolute path using regex
for e.g.:-
./app/txt.graphql
./txt.graphql
./test/app/bin/txt.graphql
I wanna just get the full filename with an extension like- txt.graphql
from the above path using regex