Regular expression for insert 'file name'

General questions about using TextPad

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

Post Reply
sparklinks
Posts: 3
Joined: Thu Sep 16, 2010 5:56 pm

Regular expression for insert 'file name'

Post by sparklinks »

Can anyone please tell me what is the Regular expression to insert 'file name' in middle of the file.

for example : I want to replace the wold 'pad' at 7th line with file name.
User avatar
woho
Posts: 100
Joined: Tue Sep 02, 2003 9:12 am
Location: Steyr/Austria
Contact:

Post by woho »

Hi spaklinks

Don't think that has something to do with Regular Expressions
My idea is to record a macro
- Macros/record
- Search/find 'pad'; press 'search next' => 'pad' is selected
- Edit/Insert/Filename
- Macros/stop recording
- save macro => should be available under the chosen name in macro menu

=> use macro

WoHo
Post Reply