Search found 2 matches

by timshrimp
Sun Dec 31, 2017 4:41 am
Forum: Advanced Find and Replace
Topic: Simple Regular Expression question
Replies: 2
Views: 40350

Re: Simple Regular Expression question

Thanks! I'm not sure what I'm doing wrong, but that's turning up all sorts of false positives. Should the regular expression in the batch replace should look like this for digits separated by "and" and a space on either side, or am I doing something wrong: [\d and \d] Thanks! EDIT: Oops, I had the B...
by timshrimp
Sat Dec 30, 2017 6:51 pm
Forum: Advanced Find and Replace
Topic: Simple Regular Expression question
Replies: 2
Views: 40350

Simple Regular Expression question

Hi all! I want to do something I think should be simple with regular expressions but I can't quite get the syntax right. I thought maybe someone else could help. My goal is simply a find, not a find and replace. I want to be able to find anytime there is a numeral followed by a comma and a space and...