Regex to mark folders not ending with a digit?
Posted: Tue May 07, 2024 11:31 am
Hello,
I need to use a regex pattern to mark folders based on their names. Specifically, I'm looking to mark folders their name does not end with a digit.
I've tried several regex patterns, but none seem to be working as expected.
I'm using the .NET Framework Regular Expressions but I'm struggling to find a pattern that correctly identifies folders not ending with a digit.
Could someone please provide a correct regex pattern to achieve this?
Thank you in advance for your help.
I need to use a regex pattern to mark folders based on their names. Specifically, I'm looking to mark folders their name does not end with a digit.
I've tried several regex patterns, but none seem to be working as expected.
I'm using the .NET Framework Regular Expressions but I'm struggling to find a pattern that correctly identifies folders not ending with a digit.
Could someone please provide a correct regex pattern to achieve this?
Thank you in advance for your help.