Hi I have an instance where I am trying to return part of a folder name. My application is writtern in c#
My folder name returns this “Fri 11.4.97”
I only want to return the “11.4.97” part.
Any help would be greatly appreciated, thanks.
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.
Case in point: For such a simple case, a Regex might not be needed; and the above code might be more readable.