Search Results

2
votes

Simple regular expressions questions

Providing these are Perl-style regexes (I don't actually know C#/.net): (\d+(?=c$)|(?<=\$)\d+$) Formatting the text would probably be something to do outside of the …