have problem with find string need halp

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
speedilad
Posts: 5
Joined: Wed Dec 08, 2010 5:26 pm
Location: Lehigh Valley PA

have problem with find string need halp

Post by speedilad »

I want to find lines that contain: "space digit digit period digit digit period digit digit period jpg" example " 12.12.48.jpg" the numbers change but are always 2 digits..

I want to replace it with the same string but eliminatie the space before the first 2 numbers.

I have tried for 2 hours without success....

Thanks you so very much... Jim
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: _(\d\d\.\d\d\.\d\d\.jpg) [Replace the underscore with a space]
Replace with: $1

[X] Regular expression
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

You're welcome.
ak47wong
Posts: 703
Joined: Tue Aug 12, 2003 9:37 am
Location: Sydney, Australia

Re: have problem with find string need halp

Post by ak47wong »

speedilad wrote:Thanks you so very much... Jim
Consider it thanks in advance.
Post Reply