Re: reg exp help please

2003-12-08 Thread Michael D. Smith
Where did you find the word student anywhere in the post ?... Nowhere did it say that you have to use spliti either. I agree that nowhere did it say any of that. That was just me reading between the lines -- except that she has said in the past that she's a student (and the .edu on the email

reg exp help please

2003-12-07 Thread lorid
Here is the string Im trying to split (its a cookie str) MadHatter Data: a:7:{i:0;s:19:\MadhatterSize=Adult\;i:1;s:20:\MadHatterColors=blue\;i:2;s:15:\MadHatter_Qty=1\;i:3;s:26:\product_name=Madhatter_Hat\;i:4;s:8:\cd_num=2\;i:5;s:4:\x=39\;i:6;s:4:\y=12\;} the data I want is

Re: reg exp help please

2003-12-07 Thread Rob Dixon
lorid wrote: Here is the string Im trying to split (its a cookie str) MadHatter Data: a:7:{i:0;s:19:\MadhatterSize=Adult\;i:1;s:20:\MadHatterColors=blue\;i:2;s:15:\MadHatter_Qty=1\;i:3;s:26:\product_name=Madhatt er_Hat\;i:4;s:8:\cd_num=2\;i:5;s:4:\x=39\;i:6;s:4:\y=12\;} the data I want is

Re: reg exp help please

2003-12-07 Thread $Bill Luebkert
lorid wrote: Here is the string Im trying to split (its a cookie str) MadHatter Data: a:7:{i:0;s:19:\MadhatterSize=Adult\;i:1;s:20:\MadHatterColors=blue\;i:2;s:15:\MadHatter_Qty=1\;i:3;s:26:\product_name=Madhatter_Hat\;i:4;s:8:\cd_num=2\;i:5;s:4:\x=39\;i:6;s:4:\y=12\;} the data I want is

Fwd: Re: reg exp help please

2003-12-07 Thread Michael D. Smith
users [EMAIL PROTECTED] Subject: Re: reg exp help please X-PMX-Version: 4.0.1.69468 X-PMX-Version: 4.1.0.84286 X-PerlMx-Spam: Gauge=, Probability=8%, Report='SUPERLONG_LINE 0.003, X_ACCEPT_LANG 0, EMAIL_ATTRIBUTION 0, QUOTED_EMAIL_TEXT 0, SIGNATURE_SHORT_DENSE 0, REFERENCES 0.000, IN_REP_TO

Re: Fwd: Re: reg exp help please

2003-12-07 Thread $Bill Luebkert
Michael D. Smith wrote: Firstly - please trim your posts. The thing is lorid is the student. If she's trying to use spliti Where did you find the word student anywhere in the post ? spliti(regexp patter,str,max split) spliti(:,$my_Propellar_Data,15); That's probably the assignment, and

RE: reg exp help please

2003-12-07 Thread KGalal
Title: RE: reg exp help please Hi, I've written a small regexp that prints out the different values being passed, i hope it helps. Here is the code: $string = a:7:{i:0;s:19:\MadhatterSize=Adult\;i:1;s:20:\MadHatterColors=blue\;i:2;s:15:\MadHatter_Qty=1\;i:3;s:26:\product_name