Reply To: grep search expression

#67516
Steve Jenks
Member

Hi Milt

I think it could be as simple as ignoring the look behinds and simply searching for any occurrence of a digit followed by a space followed by ‘am.’

If this is the case then if you searched
(\d )(am.)

and replaced with
$1a.m.

It should change just the times and leave the rest alone.

Steve

This article was last modified on March 9, 2014

Comments (0)

Loading comments...