Lost your password?

Blogs about: Regexp

Featured Blog

Wget an entire FTP folder from it's index (RegExp Introduction)

n00bsys0p wrote 1 week ago: Hi, folks! Just a couple of hours ago I was trying to download all the files in a folder on the OSUO … more →

Tags: wget, FTP, regular expression, sed, Download, folder

Picture Maximums (PicMax)

Neil Obremski wrote 1 month ago: Having a bit of inspiration after a productive day at the office, I decided to implement this small … more →

Tags: FanSiter, gd, image, php, Resize

ROR - Reg Exp learning and testing

Viswanathan wrote 2 months ago: http://www.rubular.com … more →

Tags: Ruby on Rails

Using Codeigniter Pagination Class1 comment

drewtown12 wrote 3 months ago: This is my first post about my code so I thought I start with a fairly simple topic, pagination.  Pa … more →

Tags: Coding Example, pagination, models

Search for any e-mail address with SQL with regular expression

oscarvalles wrote 3 months ago: Below is a really simple example on how to search for e-mail addresses within records of your databa … more →

Tags: just sharing, regex email search, sql email search, regex sql email search, sql email search with regexp, use regex with sql

Validate Email address

sterndorff wrote 3 months ago: CodeCopy: using System; using System.Collections.Generic; using System.Linq; using System.Text; usin … more →

Tags: C#, eMail

Learning Flex - Lesson 14, Using Formatters and Validators

mattreyuk wrote 3 months ago: Flex has formatter classes that can be used to format raw data into customized strings. You can comb … more →

Tags: Flex, Learning Flex, Formatters, Validators

The Regular Expression for Parsing Error Call Stack.

max.rozdobudko wrote 3 months ago: For getting information about the caller issuing the logging request uses converters which based on … more →

Tags: docs, Call Stack, pattern, regular expression

Massive Regular Expressions Toolbox

maheshvnit wrote 4 months ago: Regular expressions (”regex’s” for short) are sets of symbols and syntactic elements used to match p … more →

Tags: developer toolbox, Regex, Tutorials, Regular expressions, Expressions

Regex to filter ISBN 10 and ISBN 13

daill wrote 4 months ago: In case of a project of two friends of mine, i have been asked to write a regular expression pattern … more →

Tags: Devel, ISBN, ISBN-10, ISBN-13, Regex, regular expression

Usefull regExp in JavaScript.

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

Tags: javascript

regexp to extract parameter like option=[value]2 comments

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

Tags: php

Need to learn: regulare expressions1 comment

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

Tags: Linux, regulare expressions, Regex

RegExp ile Mail adresi kontrolü

FreePunch wrote 6 months 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?3 comments

Eyal Schneider wrote 7 months 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 cheatsheet1 comment

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

Tags: Flex, Stuff, Cheatsheet

Crucial Concepts Behind Advanced Regular Expressions

r4ccoon wrote 7 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 7 months ago: I have a list of e-mails that I extracted from MySQL as something like this: name@example.com firstn … more →

Tags: Tech Crunch, Perl, VIM, X email

Quick Perl Regexp in VIM to format e-mails list

ywarnier wrote 7 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


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS