Unfortunately this didn't work for me.DigitalVolcano wrote: Tue May 07, 2024 7:47 pm This should work for .NET regular expressions though I've not tested it in DC
Code: Select all
.*(?<![0-9])$
https://regex101.com/r/MAJQSZ/1
But i found a solution to it.
Code: Select all
\\[^\\]*[A-Za-z]+\\$