Search found 2 matches

by qrouton
Mon Jan 09, 2006 7:43 pm
Forum: General
Topic: Line Padding
Replies: 5
Views: 617

Line Padding - options

Here is one method.

Use regular expression to add a ridiculous amount of spaces to the end of all lines (at least as many as your desired line lenth):
search string:
$
replace string:
&<then hold down the space bar>

Once this is done you can trim each line with:
search string:
^([^%]{100 ...
by qrouton
Mon Oct 18, 2004 2:05 pm
Forum: General
Topic: HOW TO FIND WHAT DOESNT EXIST?
Replies: 9
Views: 1261

Finding what is missing - when 1st word of 1st line

For those who run into this problem in the future...

If you want to do this (or something like it) in TextPad I would suggest:

Assuming that these are true:

- The missing tag is the first word of the first line of a document
- The letter "o" is unique to the tag that is missing
- The document ...