Macros for adding repetitive lines....

General questions about using WildEdit

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

Post Reply
mully31
Posts: 1
Joined: Tue Nov 27, 2007 1:26 pm

Macros for adding repetitive lines....

Post by mully31 »

:(

Can anyone tell me how, after say every 900 lines of code i can enter a small block of code and then repeat it for the whole rest of the script?!
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: (.*\r?\n){900}
Replace with: $0small block of code

[X] Regular expression
[X] Replacement format

Options
[X] '.' does not match a newline character
Post Reply