Results 1 to 18 of 18

Thread: html or xml

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2005
    Location
    Stevenage, Herts, England
    Posts
    1,350

    Default

    I find myself digging into the O'Reilly Regex pocket reference almost daily. Regex has to be one of the greatest things ever devised, saves so much time when working in Java, .NYET and now Oracle too.
    I thought it was a tampon joke!

  2. Default

    In my last job, I was able to convince a coworker to write me a regex to grep only lines that stared in C or M (cvs -qn update | grep ^[C|M]).

    Now in my current job we COMPLETELY overuse regexes and I've learned to pump them out like they're english... I haven't figured out if that's a good thing or a bad thing.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •