Subscribe
Subscribe
Subscribe Options (Close)
Topic: Regular Expressions
New with Topic: Regular Expressions
pres201 posted a tweet
Nice walkthrough from beginning to advanced of regular expressions in case they trip you up occasionally too :) http://bit.ly/29CuhM #PHP
sathya posted a tweet
Regular Expressions [RegEx] 101 for Oracle SQL Queries http://lin.cr/0f1r
igmuska bookmarked a link
madd0 bookmarked a link
mkyong posted a blog entry
How to validate IP address with regular expression
IP Address Regular Expression...
IP Address Regular Expression...
Sara C posted a tweet
If brain machines existed for instant-knowledge my first request would be Regular Expressions.
Nathan bookmarked a link
6 days ago
Delicious
| Topics: tutorial, regex, regexp, regularexp... | Add delicious to your profile
Delicious
| Topics: tutorial, regex, regexp, regularexp... | Add delicious to your profileJohnTash posted a blog entry
Search and Replace using VIM
I always forget little things like this. Today I changed the dyndns hostname I’ve been using on a server, and...
I always forget little things like this. Today I changed the dyndns hostname I’ve been using on a server, and...
mkyong posted a blog entry
How to validate email address with regular expression
Email Regular Expression...
Email Regular Expression...
rine0976 posted a tweet
RT: @dewitt Structural Regular Expressions in python, a new library by @jcgregorio: http://j.mp/2SRxEr
mskogly posted a tweet
Reading The absolute bare minimum every programmer should know about regular expressions - I’m Mike http://bit.ly/4cvPpE
macdet bookmarked a link
Using Regular Expressions - Part 1 of 4 - Overview | Geekology
Regular expressions (also known as ‘regex’ or ‘regexp’) are short text strings for describing search patterns. Regex can be used to search for simple or extremely complex patterns through blocks of text, and most programming languages as well as...
Regular expressions (also known as ‘regex’ or ‘regexp’) are short text strings for describing search patterns. Regex can be used to search for simple or extremely complex patterns through blocks of text, and most programming languages as well as...
Devin D bookmarked a link
mkyong posted a blog entry
How to validate Hex color code with regular expression
Hexadecimal Color Code Regular Expression Pattern^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$Description^ – Beginning of...
Hexadecimal Color Code Regular Expression Pattern^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$Description^ – Beginning of...
Ila posted a tweet
RT @codinghorror: "I love the smell of Regular Expressions in the evening."
oipaz posted a tweet
RT @codinghorror: "I love the smell of Regular Expressions in the evening."
Abie posted a tweet
The horror indeed! RT @codinghorror: I love the smell of Regular Expressions in the evening.
sthorpe posted a tweet
RT @tweetmeme Regular Expressions in JavaScript http://retwt.me/1cgoM
NewsGator Technical Blog posted a tweet
Compose and test regular expressions with this handy utility: http://bit.ly/1JtWI8
rex posted a tweet
There are also tasks that can be done with regular expressions, but the expressions turn out to be very complicated. http://is.gd/4uae5
mkyong posted a blog entry
How to validate image file extension with regular expression
Image File Extension Regular Expression Pattern([^\s]+(\.(?i)(jpg|png|gif|bmp))$)Description\s –...
Image File Extension Regular Expression Pattern([^\s]+(\.(?i)(jpg|png|gif|bmp))$)Description\s –...
ladariusladarius posted a blog entry
How To Extract HTML Tags And Their Attributes With PHP
There are several ways to extract specific tags from an HTML document. The one that most people will think of first is probably...
There are several ways to extract specific tags from an HTML document. The one that most people will think of first is probably...
White_Shadow posted a blog entry
How To Extract HTML Tags And Their Attributes With PHP
There are several ways to extract specific tags from an HTML document. The one that most people will think of first is probably...
There are several ways to extract specific tags from an HTML document. The one that most people will think of first is probably...
White_Shadow posted a blog entry
How To Extract HTML Tags And Their Attributes With PHP
There are several ways to extract specific tags from an HTML document. The one that most people will think of first is probably...
There are several ways to extract specific tags from an HTML document. The one that most people will think of first is probably...
maniacdev posted a blog entry
Goodies From Google To Accelerate iPhone Development
Some time ago on twitter I tweeted about some great projects that google had for Mac/iPhone developers that provided the code...
Some time ago on twitter I tweeted about some great projects that google had for Mac/iPhone developers that provided the code...
mkyong posted a blog entry
How to validate password with regular expression
Password Regular Expression Pattern((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%]).{6,20})Description?= – means apply...
Password Regular Expression Pattern((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%]).{6,20})Description?= – means apply...
Vijay posted a blog entry
Regular Expression cheat sheet for programmers
Regular Expression is a pattern describing a certain amount of text. Regular expressions are a language of their own.Wiki...
Regular Expression is a pattern describing a certain amount of text. Regular expressions are a language of their own.Wiki...
JasonBartholme posted a tweet
How to View Only Pictures on Fark.com with ColdFusion: Take one part regular expressions, one part ColdFusion an.. http://bit.ly/bHawz
JW bookmarked a link
30 days ago
Delicious
| Topics: regexp, regularexp..., _touse, handy | Add delicious to your profile
Delicious
| Topics: regexp, regularexp..., _touse, handy | Add delicious to your profileTom Chapin posted a tweet
@iamruinous I highly recommend RegexBuddy for building and debugging regular expressions.
mkyong posted a blog entry
How to validate username with regular expression
Username Regular Expression Pattern ^[a-z0-9_-]{3,15}$Description1) ^ – Beginning of the...
Username Regular Expression Pattern ^[a-z0-9_-]{3,15}$Description1) ^ – Beginning of the...
jsj1971 posted a blog entry
Hey, Check Out My Slick New Editor!
Greg Christopher of VMware has written an article for DevX.com: Hey, Check Out My Slick New Editor!In the article he...
Greg Christopher of VMware has written an article for DevX.com: Hey, Check Out My Slick New Editor!In the article he...
Related topics
data_mining
dom
Handy
PHP
PHP Script
programming
regex
Reg Exp
Regular Expression
Tool
touse
tutorials
vim
Top members tagged
Top communities tagged
You
Explore
Create
Help
MyBlogLog Blog | MyBlogLog RSS Feed | Terms of Service | Privacy Policy | Report Abuse
Copyright © 2005-2009 MyBlogLog. All rights reserved. Copyright/IP Policy




















