Search found 10 matches

by rrhandle
Wed Nov 23, 2016 3:49 am
Forum: General
Topic: Replace all HTML tags with a comma
Replies: 8
Views: 4129

Found it

<.*?>
by rrhandle
Wed Nov 23, 2016 12:40 am
Forum: General
Topic: Replace all HTML tags with a comma
Replies: 8
Views: 4129

Replace all HTML tags with a comma

I need to replace the tags here with commas so I can turn it into a .cvs file. I know I will end up with multiple commas, but that is OK. I can do another replace and change ,, to ,
by rrhandle
Fri Nov 02, 2012 4:26 pm
Forum: General
Topic: Stopped printing
Replies: 1
Views: 610

Just upgraded to version 6. Still no joy when trying to print.
by rrhandle
Fri Nov 02, 2012 3:42 pm
Forum: General
Topic: Stopped printing
Replies: 1
Views: 610

Stopped printing

I have version 4.6.2 on a Windows XP computer. Everything has worked fine for the last few years until recently I cannot print. Other programs print fine. Textpad sends document to the printer, but it just sits there.
by rrhandle
Thu Jun 21, 2012 12:47 am
Forum: General
Topic: Compare Files not working
Replies: 1
Views: 684

I found the answer. It is in the Tool Output window which was hiding at the bottom of the screen.
by rrhandle
Thu Jun 21, 2012 12:43 am
Forum: General
Topic: Compare Files not working
Replies: 1
Views: 684

Compare Files not working

I have been using TextPad for years, and have often used the "Compare Files" tool. All of a sudden, it is not working. Nothing happens!? Any suggestions?
by rrhandle
Sat Jun 19, 2010 2:25 am
Forum: General
Topic: Clean html tags
Replies: 1
Views: 471

Clean html tags

I want to clean all the tags in the document of any styling.

Examples:

<p class="alert"> = <p>
<p style="width: 20px> = <p>
by rrhandle
Sat Apr 12, 2008 6:44 pm
Forum: General
Topic: Simple Find and Replace
Replies: 3
Views: 934

Thank you! One change I had to make was to remove the square brackets. i.e. \1 workes but [\1] does not. Can you explain that?
by rrhandle
Thu Apr 10, 2008 1:19 am
Forum: General
Topic: Simple Find and Replace
Replies: 3
Views: 934

Simple Find and Replace

I HAVE THIS
------------------------
Dim x: asdfasdfasdf
Dim y: rwefnmwlkej

I WANT THIS
------------------------
[Dim x:] asdfasdfasdf
[Dim y:] rwefnmwlkej

THIS IS WANT I USED
------------------------
Find What: D[^()]*:
Replace: [\1]

THIS IS WHAT I GET
------------------------
[\1]asdfasdfasdf ...
by rrhandle
Thu Mar 23, 2006 4:08 pm
Forum: General
Topic: Open dialog view options
Replies: 1
Views: 338

Open dialog view options

Can I force the open dialog to show files in detail view? I have this setting in Explorer, and it works fine.