What would regular expression look like for any string which ends with .txt?
Tried few myself but it doesn’t look like I’m getting anywhere.
I’d like to construct a regex object to feed a function.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Something like :
.*\.txt$If you want more precisions, I guess you should precise a language and some other stuffs…