regex

Tag details

Welcome to the 'regex' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'regex'.

Look up Offsite Link "regex" at The Free Dictionary

Latest blogosphere posts tagged “regex”

  • Request Routing With URI Templates in Node.JS


    Simon Willison's WeblogAuthority Authority:
    Request Routing With URI Templates in Node.JS . I quite like this approach (though the implementation is a bit “this” heavy for my taste). JavaScript has no equivalent to Python’s raw strings, so regular expression based routing ala Django ends up being a bit uglier in JavaScript. URI template syntax is more ...
    1 day ago
  • Regex Database


    Get a Freelance JobAuthority Authority: 181
    I am looking for a coder that is good with python and data mining / scraping. I am in need for this coder to visit a list of urls given then build a database of all ad regex so we can build a database of different adservers.
    3 days ago
  • Chipping the web: November 20th


    Chip's QuipsAuthority Authority: 117
    The Alliance for Code Excellence | CodeOffsets.com You can buy "Bad Code Offsets" that support various Open Source initiatives. Yet, their web site is written in ASP.NET. Tags: opensource programming Intel: Chips in brains will control computers by 2020 "Intel(tm) inside" Tags: technology science ...
    4 days ago
  • Stand back! I dont understand regular expressions


    Ask MetaFilterAuthority Authority: 648
    How do I use regular expressions to express "at least one of each of these, but not necessarily in this order"? Im working on setting password verification for a website (ASP .NET, if it matters), but I cant wrap my head around the regex. Ive never been that great at regular expressions, but this has me boggled. I ...
    6 days ago
  • Mutt Macro: Mass-Delete System Spam


    dannyman.toldme.comAuthority Authority: 112
    I just added this to my .muttrc : macro index Z ~f (cron\|nagios\|root) Now if I hit shift-z, all the mail from cron, nagios, and root is marked deleted. If I’m feeling aggressive I can then hit x, which for me means “expunge” deleted messages. (I came from pine.)
    6 days ago
  • Regular Expression Generator and Tester


    CyberNet NewsAuthority Authority: 420
    Windows only I always find myself using regular expressions (a.k.a. regex) in my programming because they are often the best way to parse out bits and pieces from blocks of text. Ever since I discovered the online RegExr that has been my tool of choice, but sometimes it’s nice to have a dedicated application. ...
    6 days ago
  • How to validate date using Java regular expression


    zParacha.comAuthority Authority: 112
    My earlier post on how to validate email address, SSN and phone number validation using Java regex still attracts lot of visitors. Today I realized that another piece of data that many programmers need to validate is the date. Many Java applications have to process input date values, so I thought it will be ...
    1 week ago
  • Free Apps for Writing Regular Expressions


    EveryJoeAuthority Authority: 159
    In my recent explorations into the world of writing “regular expressions” I came across a couple of different applications that are supposed to make it easier for you to write and test your expressions. I didn’t have that much luck as the applications weren’t really as helpful as I had anticipated or ...
    1 week ago
  • URI Manager Utility


    O'Reilly NewsAuthority Authority: 433
    Advanced Flash Tactics or AFTs are techniques that come from deep within the Flash Art Of War, the oldest Flash military treatise in the world. In this AFT I will go over - URI Manager Utility. In the past I have talked about using RegEx to create a utility for replacing tokens in a string. My uri manager utility ...
    1 week ago
  • So, does anyone know how to make an HTML regex parser?


    MetaFilterAuthority Authority: 751
    Every time you attempt to parse HTML with regular expressions, the unholy child weeps the blood of virgins, and Russian hackers pwn your webapp. Parsing HTML with regex summons tainted souls into the realm of the living. HTML and regex go together like love, marriage, and ritual infanticide. The cannot hold it is ...
    1 week ago
  • A good url regular expression? (repost)


    Ivan Porto CarreroAuthority Authority: 100
    I’m moving this post from http://geekswithblogs.net/casualjim/archive/2005/12/01/61722.aspx I started out blogging on geeks with blogs but I can’t allow comments there anymore or I get too much spam, so I’m moving the post from there to this place.  Various people have contributed through the comments in the ...
    2 weeks ago
  • Best way to check if a Java String is a number.


    zParacha.comAuthority Authority: 112
    One of the routine tasks in many Java applications is to convert a string to a number. For instance, you may have a form where user submits his or her age. The input will come to your Java application as a String but if you need the age to do some calculation you need to convert that String into a number. Like, ...
    3 weeks ago
  • Match All Image Tags Using REGEX


    Return TrueAuthority Authority: 104
    While I am busy with the update of The Attached Image (which is taking a while) I thought I’d write a post about something that is commonly searched for, or so I’ve read. Matching image tags using REGEX can be difficult, but I’m here to, hopefully, make it easier.To match all image tags in a [...]
    3 weeks ago
  • Extract Extension from Filename


    Highub - IT Web TipsAuthority Authority: 141
    There are many times during web front-end development that you need to extract extension from filename using Regular Expression. One such time will be when you try to validate the image type when someone try to upload a photo. Below is an example of how to do ...
    3 weeks ago
  • Python links for October 28th, 2009


    Karl MartinoAuthority Authority: 126
    Dive Into Python: Chapter 11. HTTP Web Services IBM developerWorks: Working with Web server logs ActiveState: Python recipes PLEAC - Programming Language Examples Alike Cookbook: PLEAC - Python
    3 weeks ago

Comments about regex

Personal attacks are NOT allowed
Please read our comment policy