Search found 11 matches

by burtonfigg
Sun Mar 22, 2009 6:59 am
Forum: General
Topic: Reg Exp to find Number String
Replies: 2
Views: 554

Reg Exp to find Number String

Is it possible to use TextPad to search through a 3,000 line text document, and find lines including for example:

D[followed by a number] ICT e.g. D234 ICT

I don't need to run this search as well, but would also like to run another search for:

[number] bikes , e.g. 123 Bikes

The position of ...
by burtonfigg
Fri May 16, 2008 3:22 pm
Forum: General
Topic: Finding non text characters in a list
Replies: 1
Views: 494

Finding non text characters in a list

I have a big list of text values - e.g.:

thisismyname
andsomething
elselikethat
and(some)contain
other-characters

Is it possible to use a regular expression to identify any lines which contain anything other than just standard 1-9 and a-z characters?

Thanks

Jim
by burtonfigg
Sun Apr 20, 2008 7:34 am
Forum: WildEdit
Topic: Timestamp Query - can WildEdit do this?
Replies: 1
Views: 1207

Timestamp Query - can WildEdit do this?

I have a backup drive, and a local drive that I am backing up.

My backup application is testing which files to update, and has checked which files to back up. It is returning a list of thousands of files to backup, which it says needs backing up due to date/time differences.

Trouble is that ...
by burtonfigg
Fri Sep 29, 2006 9:26 pm
Forum: General
Topic: Reg Ex Find and Replace help
Replies: 3
Views: 923

Reg Ex Find and Replace help

Hi,

I have a big long web page, with lots of web addresses in - e.g:

<a href="http://www.google.co.uk/search?q=mysql+tutorial&start=0&ie=utf-8&oe=utf-8">Google for MySQL Tutorials</a>

Would it be possible to do a find and replace, using a reg ex which finds all ampersands contained within the ...
by burtonfigg
Mon Aug 07, 2006 11:20 am
Forum: General
Topic: Printing Directory Contents
Replies: 2
Views: 384

Perfect. Thanks!
by burtonfigg
Mon Aug 07, 2006 8:25 am
Forum: General
Topic: Printing Directory Contents
Replies: 2
Views: 384

Printing Directory Contents

I'm sure I read / saw somewhere that TextPad can be used to generate a text file containing the contents of a windows directory.

I've got a Windows directory and I want to list its contents in a text file - I know there are other free apps on the web I could use, but I'm sure I've seen it done ...
by burtonfigg
Wed Jun 14, 2006 5:13 pm
Forum: General
Topic: Find / Replace '&' with carriage returns
Replies: 4
Views: 988

Thanks Ben!
by burtonfigg
Wed Jun 14, 2006 11:56 am
Forum: General
Topic: Find / Replace '&' with carriage returns
Replies: 4
Views: 988

Thanks Ben - that worked a treat!

Now I have got to this for example:

mc_handling1=0.00
mc_shipping1=0.00
txn_id=7U46232445486111K
payment_type=instantitem_name1=white+evening+dress
payment_fee=
quantity1=1
receiver_id=BCSJQDTHBXDQS
txn_type=cart
mc_gross_1=0.05
mc_currency=GBP
residence_country ...
by burtonfigg
Wed Jun 14, 2006 11:35 am
Forum: General
Topic: Find / Replace '&' with carriage returns
Replies: 4
Views: 988

Find / Replace '&' with carriage returns

Hi - I have a big block of text and would like to replace each occurrence of the ampersand with a line break, so that after the find / replace has completed, it shows each variable on a new line. I'm using TP4.7.2 on Windows 2000.

This is an example of the block of text:

cmd=_notify-validate&mc ...
by burtonfigg
Thu Jun 02, 2005 5:57 am
Forum: General
Topic: Regular Expression Find and Replace on HTML tags
Replies: 2
Views: 477

Thanks!

Thanks very much - that worked without a problem! Excellent...

Jim
by burtonfigg
Wed Jun 01, 2005 6:41 pm
Forum: General
Topic: Regular Expression Find and Replace on HTML tags
Replies: 2
Views: 477

Regular Expression Find and Replace on HTML tags

I have a table with "news" in it. Some of the content contains links to other sites in the form of html markup. I have extracted the data into a text file, and I want to tidy it up so that it validates as xhtml strict.

So, if I had this for example:

Here is some news about <a href=http://www ...