Search found 1 match

by fraXis
Mon Jul 06, 2015 7:17 pm
Forum: Regular Expressions Help
Topic: Replace Character with 5 numbers
Replies: 1
Views: 12195

Replace Character with 5 numbers

Hello, I am using the trial of TextCrawler3 Pro and I am having trouble. I want to replace all instances of "O12345" in a file to "N12345". The "12345" can be be any set of numbers so I set my regex to this: [oO]\d\d\d\d\d This works fine and detects all instances of O ...