Search found 2 matches

by yavien
Sun May 04, 2008 10:24 am
Forum: General
Topic: three-digits format in replaced form
Replies: 4
Views: 793

The second tip is more usefull for me (and it is very clever!). In my file are another lines with another text.
HerNameWasTextPad, ben_josephs many thanks for responses :D
by yavien
Tue Apr 29, 2008 4:44 pm
Forum: General
Topic: three-digits format in replaced form
Replies: 4
Views: 793

three-digits format in replaced form

Hi all,

I try to replacing/adding nummeration in my text.

for expample:
Find what: {text}
Replace with: \i&

[X] Regular expression
Will give me:
1{text}
2{text}
...
10{text}
11{text}
...
134{text} etc.

BUT, I want to have nummering with three-digits numbers, like:
001{text}
002{text}
...
010 ...