Search found 10 matches
- Wed Nov 23, 2016 3:49 am
- Forum: General
- Topic: Replace all HTML tags with a comma
- Replies: 8
- Views: 4129
Found it
<.*?>
- 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 ,
- Fri Nov 02, 2012 4:26 pm
- Forum: General
- Topic: Stopped printing
- Replies: 1
- Views: 610
- 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.
- Thu Jun 21, 2012 12:47 am
- Forum: General
- Topic: Compare Files not working
- Replies: 1
- Views: 684
- 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?
- 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>
Examples:
<p class="alert"> = <p>
<p style="width: 20px> = <p>
- Sat Apr 12, 2008 6:44 pm
- Forum: General
- Topic: Simple Find and Replace
- Replies: 3
- Views: 934
- 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 ...
------------------------
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 ...
- 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.