Blogs about: Regexp

Featured Blog

Usefull regExp in JavaScript.

alikates wrote 1 month ago: I have found this regular expression to be usefull // Regex for parsing URIs. var HTTP_URI_RE = /^( … more →

Tags: javascript

regexp to extract parameter like option=[value]

r4ccoon wrote 1 month ago: preg_match_all("#(\w+)=\[(.*?)\]#s", $param_line, $matches); sample string = {gallery width=[129] u … more →

Tags: php

Need to learn: regulare expressions1 comment

firmit wrote 1 month ago: Oh – the possibilities! sed, grep and a lot of editors support the use of regexp. It’s a … more →

Tags: Linux, Regex, regulare expressions

RegExp ile Mail adresi kontrolü

FreePunch wrote 1 month ago: Function rgxEmail(email) Dim regEx, Match, Matches If email <> “” Then Set regEx = … more →

Tags: FONKSİYONLAR, ASP, VBScript, vba

Having performance issues with regex?2 comments

Eyal Schneider wrote 1 month ago: Java introduced the java.util.regex package in version 1.4. It is a powerful addition, and yet, one … more →

Tags: Java, JDK packages, Regex, regular expression, Performance, NFA, dfa

Flex regular expression cheatsheet

vx wrote 1 month ago: to see large version, right click save as image … more →

Tags: Flex, Stuff, Cheatsheet

Crucial Concepts Behind Advanced Regular Expressions

r4ccoon wrote 2 months ago: Regular expressions (or regex) are a powerful way to traverse large strings in order to find informa … more →

Tags: php

Quick Perl Regexp in VIM to format e-mails list

ywarnier wrote 2 months ago: I have a list of e-mails that I extracted from MySQL as something like this: name@example.com fi … more →

Tags: Tech Crunch, Perl, VIM, X email

Quick Perl Regexp in VIM to format e-mails list

ywarnier wrote 2 months ago: I have a list of e-mails that I extracted from MySQL as something like this: name@example.com firstn … more →

Tags: Techie, VIM, Perl, eMail

Tip : Regex tester / builder.

chrisgralike wrote 2 months ago: And even the title is catchy Trying to read all the regexp complexity behind a “Email” … more →

Tags: php, VBS, Tooling, regular, Expressions, Regex, tester, Freeware, GNU

Amazon's Book Sales Map

Dmitry Duka wrote 2 months ago: Recently, I’ve read Chris Harrison’s page about Amazon Book Map. He had dataset from Aar … more →

Tags: C#, Amazon, book, map, Perl, Soci, SQLite3, xml

regexp pattern to check only email address

r4ccoon wrote 3 months ago: ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}| … more →

Tags: php

A Simple Serial Focused Web Crawler 8

teofilachirei wrote 4 months ago: The Link Extractor module Our simple focused crawler has a downloader and an URL queue. But it … more →

Tags: Programming, Link Extractor, Regular expressions, pattern, Matcher, url normalization, spider traps

cron + regexp = art

ivan wrote 5 months ago: In my last tech post, I started explaining my process for creating these word clouds. Wordle does a … more →

Tags: Tech, cron, RSS, wordle, xml

Search a pattern using Regular Expression

manikandanmv wrote 8 months ago: Search a pattern in strings using regular expression method match. Lets see methods startswith and e … more →

Tags: javascript, Regular expressions, regular expression, Regex, regular expression javascript, Match, Search, startsWith, endsWith

Build all your stylesheets...every time...

edsyrett wrote 9 months ago: We have a whole bunch of stylesheets in our project.  Unfortunately, our release build had the filen … more →

Tags: ant, foreach, ant-contrib, propertyregex, Build

RegExp Validation

nsdevaraj wrote 10 months ago: The below function validates the email ID string using regular expression. private function validat … more →

Tags: Flex, AS3, COLOR, eMail, email Validation, expression, Expressions, regular, Regular expressions

Some useful Linux / *nix admin words of experience1 comment

unixshell wrote 11 months ago: Entitled “Lazy Linux: 10 essential tricks for admins“, this is a pretty good set of esse … more →

Tags: MLP

Email Validation in ActionScript 3.0 using RegExp6 comments

Naresh Khokhaneshiya wrote 12 months ago: You can use following function for validation of email using ActionScript 3.0 RegExp class. /** * @u … more →

Tags: Flash, Flex, Air, ActionScript 3.0, regular expression, Regex


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS

Find other items tagged with “regexp”:
Technorati Del.icio.us IceRocket