Kickass Way to Test Google Analytics Regular Expressions

Discussion in 'Google' started by mvandemar, Mar 15, 2007.

  1. #1
    mvandemar, Mar 15, 2007 IP
    Pierce likes this.
  2. JoshuaGross

    JoshuaGross Peon

    Messages:
    411
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Regex rules.
     
    JoshuaGross, Mar 15, 2007 IP
  3. mightyb

    mightyb Banned

    Messages:
    6,566
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I also been to Regex last summer. A lot of hot chicks there!














    Whats Regex? :D
     
    mightyb, Mar 15, 2007 IP
  4. JoshuaGross

    JoshuaGross Peon

    Messages:
    411
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Regular expressions, matching patterns in strings of text... it's used a lot in Perl and PHP, and Javascript, and most languages have some implementation of it.
     
    JoshuaGross, Mar 15, 2007 IP
  5. buyallgifts

    buyallgifts Peon

    Messages:
    583
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks, very interesting article. Will have to try it out.
     
    buyallgifts, Mar 15, 2007 IP
  6. JoshuaGross

    JoshuaGross Peon

    Messages:
    411
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    BTW, anyone wanting to play with Regex can do so here: http://www.regular-expressions.info/javascriptexample.html

    If you want to get really advanced, of course, start writing your own code in JavaScript and PHP to test it out. I've found that www.php.net/pcre has most of what I've needed reference-wise. RegEx gets pretty hardcore, you just need to learn it for yourself.
     
    JoshuaGross, Mar 15, 2007 IP