Subscribe

Topic: Regular Expressions

New with Topic: Regular Expressions


<em>pres201</em>
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
sathya posted a tweet
Regular Expressions [RegEx] 101 for Oracle SQL Queries http://lin.cr/0f1r
 
madd0
 
mkyong
mkyong posted a blog entry
6 days ago Programmer Life | Topics: Regular..., Regular...
 
Sara C
Sara C posted a tweet
If brain machines existed for instant-knowledge my first request would be Regular Expressions.
 
JohnTash
JohnTash 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...
11 days ago The Sh17 | Topics: Tech, Ubuntu, cli, regular...
 
mkyong
mkyong posted a blog entry
12 days ago Programmer Life | Topics: Regular..., email, Regular...
 
rine0976
rine0976 posted a tweet
RT: @dewitt Structural Regular Expressions in python, a new library by @jcgregorio: http://j.mp/2SRxEr
 
mskogly
mskogly posted a tweet
Reading The absolute bare minimum every programmer should know about regular expressions - I’m Mike http://bit.ly/4cvPpE
 
macdet
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...
 
mkyong
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...
20 days ago Programmer Life | Topics: Regular..., Regular...
 
Ila
Ila posted a tweet
RT @codinghorror: "I love the smell of Regular Expressions in the evening."
 
oipaz
oipaz posted a tweet
RT @codinghorror: "I love the smell of Regular Expressions in the evening."
 
Abie
Abie posted a tweet
The horror indeed! RT @codinghorror: I love the smell of Regular Expressions in the evening.
 
sthorpe
sthorpe posted a tweet
RT @tweetmeme Regular Expressions in JavaScript http://retwt.me/1cgoM
 
NewsGator Technical Blog
NewsGator Technical Blog posted a tweet
Compose and test regular expressions with this handy utility: http://bit.ly/1JtWI8
 
rex
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
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 –...
23 days ago Programmer Life | Topics: Regular..., Regular...
 
<em>ladariusladarius</em>
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...
 
White_Shadow
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...
 
White_Shadow
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...
 
maniacdev
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...
 
mkyong
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...
27 days ago Programmer Life | Topics: Regular..., Regular...
 
Vijay
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...
27 days ago Vijay For Victory | Topics: Technology, Regular...
 
JasonBartholme
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
 
Tom Chapin
Tom Chapin posted a tweet
@iamruinous I highly recommend RegexBuddy for building and debugging regular expressions.
 
mkyong
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...
31 days ago Programmer Life | Topics: Regular..., Regular...
 
jsj1971
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...
 
 

Related topics

Top members tagged

Top communities tagged