Search found 7 matches

by Crispy
Fri Feb 02, 2007 10:29 am
Forum: General
Topic: Simple Regex is beating me.
Replies: 6
Views: 1159

Cheers all, not only have I learnt a couple of different ways of doing the same thing, but also to think more about what I'm actually trying to achieve!
by Crispy
Wed Jan 31, 2007 11:45 am
Forum: General
Topic: Simple Regex is beating me.
Replies: 6
Views: 1159

Cheers for that, a swift reply and did exactly as I needed.
Perfect! - Many thanks.

Chris
by Crispy
Wed Jan 31, 2007 11:18 am
Forum: General
Topic: Simple Regex is beating me.
Replies: 6
Views: 1159

Simple Regex is beating me.

Hi, I seem to be missing a trick here. I have data that looks like this; 1204,Bill Cook, 1205,Dave Smith, 1208,Bill Cook, 1212,Sally Jones, 1211,Bill Cook, 1202,Dave Smith, Which I want to get looking like this; 1204,Bill Cook 1205,Dave Smith 1208,Bill Cook etc.. I can search using “[a-z]+, ...
by Crispy
Wed Sep 06, 2006 2:32 pm
Forum: General
Topic: Lines without 'special' characters.
Replies: 3
Views: 664

Ben, that's absolutely bang on the money.
Many, many thanks!
by Crispy
Wed Sep 06, 2006 11:04 am
Forum: General
Topic: Lines without 'special' characters.
Replies: 3
Views: 664

Lines without 'special' characters.

I'm attempting to open an .mdi file in textpad, when I do I can see all the valid text that I want in page size chunks, seperated by all the special characters that conatin the .mdi formating. How can I go about marking either set of lines? I know that I want to identify all the lines that are only ...
by Crispy
Thu Jul 27, 2006 10:37 pm
Forum: General
Topic: 1 File into many
Replies: 4
Views: 756

Thanks for the response Marbx, unfortunately I don't use Perl, but cheers for the RegEx.
by Crispy
Thu Jul 27, 2006 3:06 pm
Forum: General
Topic: 1 File into many
Replies: 4
Views: 756

1 File into many

I have a file that has two columns and holds HR data, the first contains a reference for the department, the second holds a reference for the employee ie, Dept,Employee P0073,00064137 P0073,00101104 P0073,00003956 P0074,00100343 P0074,00046509 The file holds approx 9500 records for approx 25 ...