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
"Regex"
at The Free Dictionary
Latest blogosphere posts tagged “Regex”
-
HTML stripping jQuery plugin
ProDevTips - dev notes and tutorials —
Authority: 106
Copyright © 2009 http://www.prodevtips.com . Visit the original article at http://www.prodevtips.com/2009/12/05/html-stripping-jquery-plugin/ . Small tag stripping jQuery plugin: jQuery.fn.stripHTML = function() { return this.each(function(){ var me = jQuery(this); var html = me.html(); ...6 days ago -
Do regular expressions like a pro
Es Tea Double Eye —
Authority: 114
Regular expressions (a.k.a. regex) is not for the faint hearted. It sometimes seems like a programming language on its own. Unless you use it on a daily basis, you tend to forget how to extract an URL from text or how to properly validate an email address . There are a number of good tools, but they all kind of ...1 week ago -
A really loose regex for matching URLs
Tiffany B. Brown —
Authority: 138
Not recommended for validating URLs, but it will find them. The g flag is JavaScript specific and indicates that the matching should be global. /http:\/\/[\-\.\/\w]{1,256}(|\/)/gi2 weeks ago -
Request Routing With URI Templates in Node.JS
Simon Willison's Weblog —
Authority: 623
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 ...2 weeks ago -
Regex Database
Get a Freelance Job —
Authority: 182
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.2 weeks ago -
Chipping the web: November 20th
Chip's Quips —
Authority: 114
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 ...3 weeks ago -
Stand back! I dont understand regular expressions
Ask MetaFilter —
Authority: 624
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 ...3 weeks ago -
Mutt Macro: Mass-Delete System Spam
dannyman.toldme.com —
Authority: 406
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.)3 weeks ago -
Regular Expression Generator and Tester
CyberNet News —
Authority: 503
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. ...3 weeks ago -
How to validate date using Java regular expression
zParacha.com —
Authority: 106
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 ...3 weeks ago -
Free Apps for Writing Regular Expressions
EveryJoe —
Authority: 155
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 ...3 weeks ago -
URI Manager Utility
O'Reilly News —
Authority: 472
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 ...3 weeks ago -
A quote from Andrew Clover
Simon Willison's Weblog —
Authority: 623
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. - Andrew Clover3 weeks ago -
So, does anyone know how to make an HTML regex parser?
MetaFilter —
Authority: 739
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 ...3 weeks ago -
A good url regular expression? (repost)
Ivan Porto Carrero —
Authority: 91
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 ...4 weeks ago -
Best way to check if a Java String is a number.
zParacha.com —
Authority: 106
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, ...5 weeks ago -
Match All Image Tags Using REGEX
Return True —
Authority: 109
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 [...]5 weeks ago -
Extract Extension from Filename
Highub - IT Web Tips —
Authority: 117
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 ...6 weeks ago -
Python links for October 28th, 2009
Karl Martino —
Authority: 123
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 - Python6 weeks ago

