| |
| |
| |
|
Page: 1 2
Comments:
<0> www.severed.org/pics/Bryan/Bryan5.jpg <- thats me twat <0> ffs, wrong channel <0> lol <1> 404 <0> er <0> www.severed.org/pics/Bryan/bryan5.jpg <0> s though ya interested <0> just accidently pasted in wrong window <2> awww... <2> th***o cute =) <0> hha <0> unless your female, that was uncalled for <0> am diging through pics for smetome <2> Unless I got some weird gender-altering flu... I still am. <1> gender-altering flu. that sounds like some manga craziness
<0> Mariandroid, you're female? <2> ( Aristoii : Walter Jon Williams ) <2> yup. <0> ah <0> cool <1> the name didn't tip you off? <0> its rare to run into female coders <2> I don't know, is that cool? =) <0> seems those I do <0> are always in perl channels <0> and, yes, I'm very ***y <1> whoa. <0> lol <1> calm down there, big guy <2> 'cute' I said =) <0> wasnt arrogance, a joke <1> wanna make out, Mariandroid? <0> www.severed.org/pics/stace_crusty.jpg www.severed.org/pics/stace_ser.jpg www.severed.org/pics/stace_canny.jpg <0> while I'm at it <0> if anyones interested... <0> my girl <3 <0> yea, I'm bred as **** as ya can prolly tell by now <2> eh ? <2> **** the whales, save the bimbos <0> bored* <2> fed up... <0> Save a deer, bag a hunter <0> fed up, of? <2> this... work... <0> ahh <0> what ya do? <2> try to build something on a landslide... <2> 2 more hours... <2> *sigh* <0> eh <2> countdown =) <2> and then I have to cast my vote... <2> and after that a meeting on artwork for a website. <2> I wish I could make a living as an artist. <2> Roger Dean. <2> Patrick Nagel <0> have no idea who those people are <0> I'm a tool & die maker myself <2> Riggs did all the covers of Iron Maiden <0> ahh <0> I dun listen to those sorts of metal <2> Roger Dean of Asia and Yes ( and a lot more ) <0> ut, am a huge metalhead <0> also Cl*** B motocross <0> isnt the season for that oviously <2> what ? <0> umm <0> just talk of the things he do, I'm a toolmaker, race cl*** b motocross... <2> I'm too chaotic to be a real programmer I guess... <0> seemed to fit the topic at hand <0> I'm to anal for it <2> perl allows you to be chaotic. <0> I ge by <0> ut my perfectionism, haunts me every step of the way
<0> and motocross ... www.severed.org/pics/YZ426F-1.jpg <0> that pic should clear any confusion as to what I meant up <0> heh <2> Wheee =) <2> gas-driven horse =) <0> oh <0> horse doesnt describe it <0> as that bike is built now <0> produces 82hp <2> I don't know nothing about anything with an internal combustion engine in it =) <0> weighs 281lbs dry <2> LOL that tells me even less =) <0> lol <0> well <0> ok <0> lets put it this way <0> makes 81hp, (about as much as ya typical compact car) <0> and weighs.. 231 lbs... <0> where a car weighs thousands <2> I like this car: http://www.digitalinblue.net/blogImages/2005September/Bugatti-Veyron-Study-2-Blue-Front-Low-1600x1200.jpg <0> so, yea.. kinda more rocket on wheels <0> thats outta my pice range for sure <2> oh I don't care about that <2> I'll never drive it anyway =) <2> no license. <0> heh <0> yea <0> me either <0> suspension <0> again <0> oh <0> anyhow <0> uh <2> neh... I never got one. <2> I know myself too well =) <0> lol <2> but if I'm going to get my driverslicense, someone first must buy me that car =) <2> ( so I'm safe =) <0> lol <3> I've been trying to get a regex that will match everything between single quotes, including an escaped double quote. So say my string is 'foo\'bar', i need to capture foo\'bar. Any help would be great! <4> try matching /^\'.*\'$/ <4> the ^ symbol means "starts with", the $ means "ends with" <4> so, that SHOULD find something that starts with a ' and ends with a ' <4> including the \' in the middle <4> or maybe change the $ to \z <3> thanks tycho, what I really want is to match all occurances of a quoted string in a string. So there may be many occurances of quoted string that I will want to match, so ^ and $ won't work <3> make sense? <4> er... no? <3> sorry, ^ and $ will be fine, that regex you posted will capture from the first ' to the last ' though. So for example: "this is my string 'quoted string w/a \' escaped quote' some more crap and 'another quoted string' blah blah blah ..." would capture too much data <3> right? <4> ah <4> you want to capture each and every phrase between sets of quotes? <3> right <4> say 'field1'field2'field3' <4> like that? <3> right, i would want field1 and field3 from that <4> ok, well for that you'd use the split command <4> supposing the string is in an array called $string, you'd use: <4> ($field1, $field2, $field3) = split (/\'/, $string); <4> or, you could feed it into an array with: <4> @array = split (/\'/, $string); <4> the array one is if each string would have a different amount of fields <3> okay, thanks for the help <4> no problem <5> anyone tried making a perl IRC client with Tk? <4> not i <5> thats 2 bad <5> it would be an interesting project <4> indeed <5> but i have to say, the java web clients are nice
Return to
#perl or Go to some related
logs:
#allnitecafe #kl #india #allnitecafe #allnitecafe #india #allnitecafe suriafm #allnitecafe #chat-world
|
|