Search found 11 matches

by dabombst
Thu Apr 05, 2007 6:44 pm
Forum: General
Topic: regular expression help
Replies: 2
Views: 575

regular expression help

Hi I would like to delete everything between delimiter in each line. sample... þþþþþþþ000000001A6F87258ECABF42A145ECD486D2EF6E24002000þþc4ad4c39f9529dc1d518571945c02d2cþ þþþþþþþ000000001A6F87258ECABF42A145ECD486D2EF6E44002000þþ2decd1417925927ccb218af0fd6a5b58þ þþþþþþþ00000...
by dabombst
Fri Sep 29, 2006 7:27 pm
Forum: General
Topic: how about this?
Replies: 1
Views: 407

how about this?

I need to take out everything from the , to the right. EC06919B0150355,EC06919B0150420,066 EC06919B0151231,EC06919B0151601.1,372 EC06919B0151602,EC06919B0151602,001 EC000301523,EC000301641,119 ECg004021003,ECg004028702,7700 solution EC06919B0150355 EC06919B0151231 EC06919B0151602 EC000301523 ECg0040...
by dabombst
Tue Sep 26, 2006 4:37 pm
Forum: General
Topic: reg help
Replies: 4
Views: 683

Thanks!!!

you guy are great.
by dabombst
Mon Sep 25, 2006 9:59 pm
Forum: General
Topic: reg help
Replies: 4
Views: 683

reg help

Hi I only need the data btween the ",". EC06919B0150355,EC06919B0150420,066 EC06919B0151231,EC06919B0151601.1,372 EC06919B0151602,EC06919B0151602,001 EC000301523,EC000301641,119 ECg004021003,ECg004028702,7700 should be EC06919B0150420 EC06919B0151601.1 EC06919B0151602 EC000301641 ECg004028...
by dabombst
Mon Mar 27, 2006 10:47 pm
Forum: General
Topic: regular expression help
Replies: 4
Views: 961

thanks
by dabombst
Mon Mar 27, 2006 6:30 pm
Forum: General
Topic: regular expression help
Replies: 4
Views: 961

regular expression help

Hi I need to delete from the "\" to the ";", but dont want the semicolon to be delete. Export002\AIG 005647-AIG 005647;AIG 005647-AIG 005647.T Export00200\AIG 005648-AIG 005648;AIG 005648-AIG 005648.T Export0022\AIG 005649-AIG 005649;AIG 005649-AIG 005649.T to look like this... E...
by dabombst
Wed Mar 15, 2006 10:27 pm
Forum: General
Topic: modify lines
Replies: 4
Views: 783

that work and Thank You for the quick reply. :P
by dabombst
Wed Mar 15, 2006 5:54 pm
Forum: General
Topic: modify lines
Replies: 4
Views: 783

yes sir

Thanks
by dabombst
Wed Mar 15, 2006 5:04 pm
Forum: General
Topic: modify lines
Replies: 4
Views: 783

modify lines

Hi I need help deleting a files with these lines... 1120,"Alvarez, Carlos","6076","Non-Responsive","6075","Autoriz Operac 1117,"Alvarez, Carlos","6073","Responsive","6073","Msg0020_DCF Plan 6,"Alvarez, Car...
by dabombst
Wed Nov 09, 2005 10:25 pm
Forum: General
Topic: regular expression help
Replies: 1
Views: 326

regular expression help

how can i delete the everything from "errored" to the end of the path using regluar expression?

\\06_Pmt_scheme__7_aircraft.xls","Errored","Adelphia_1999_2003_180536",""

output=\06_Pmt_scheme__7_aircraft.xls",

Thanks for the help
by dabombst
Tue Nov 01, 2005 7:44 pm
Forum: General
Topic: help with regular expression
Replies: 1
Views: 272

help with regular expression

Hi, I have this path that i need only the file name and extension at the end of the path.

example:
\\dct02\abc\Bennett_1_050823\C_Drive1\Documents and Settings\Administrator\NTUSER.DAT

outcome should be...

NTUSER.DAT


Thanks