PUBLIC   marks

PUBLIC MARKS with tag regex

Sponsorised links

December 2009

Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs

by Spone (via)
A common programming problem: identify the URLs in an arbitrary string of text, where by “arbitrary” let’s agree we mean something unstructured such as an email message or a tweet. I offer a solution, in the form of the following regex pattern...

November 2009

Sponsorised links

October 2009

python regex wrapper

by marco & 1 other
Easy-to-use regular expression API for Python, where _S() and _R() are the primitives for everything.

python regex wrapper

by karlcow & 1 other

Easy-to-use regular expression API for Python, where _S() and _R() are the primitives for everything.

September 2009

August 2009

15 PHP regular expressions for web developers

by Tiagut & 2 others (via)
Petit article qui parle des expression régulière qui peuvent être utilisé tant en PHP que dans d'autres langages

July 2009

June 2009

Essential guide to regex

by sdaclin & 4 others
Vous trouverez ici une sélection d'outils, tutos et ressources pour bien aborder les regex.

brettstimmerman's jabber-bot at master - GitHub

by parmentierf
Easily create simple regex powered Jabber bots.

May 2009

Crucial Concepts Behind Advanced Regular Expressions | How-To | Smashing Magazine

by Yann_L & 2 others (via)
we present an introduction to advanced regular expressions, with eight commonly used concepts and examples. Each example outlines a simple way to match patterns in complex strings. If you do not yet have experience with basic regular expressions, have a look at this article to get started. The syntax used here matches PHP’s Perl-compatible regular expressions.

L'objet REGEXP - Les Expressions Régulières et JavaScript - ASP-PHP.net

by decembre
Qu'est-ce que c'est encore que cette bête ?... En fait, un moyen simple, même si parfois obscur au premier abord, pour faire des recherches d'occurences dans une chaîne... Exemple : Pour vérifier la validité de structure d'une adresse email saisie dans un formulaire :

Regular Expressions - Popular Tools, Utilities and Programming Languages That Support Regular Expressions - Specialized Tools and Utilities for Working with Regular Expressions - TutorialTools & LanguagesExamplesBooks & Reference

by decembre
These tools and utilities have regular expressions as the core of their functionality. grep - The utility from the UNIX world that first made regular expressions popular PowerGREP - Next generation grep for Microsoft Windows RegexBuddy - Learn, create, understand, test, use and save regular expressions. RegexBuddy makes working with regular expressions easier than ever before. General Applications with Notable Support for Regular Expressions There are a lot of applications these days that support regular expressions in one way or another, enhancing certain part of their functionality. But certain applications stand out from the crowd by implementing a full-featured Perl-style regular expression flavor and allowing regular expressions to be used instead of literal search terms throughout the application. EditPad Pro - Convenient text editor with a powerful regex-based search and replace feature, as well as regex-based customizable syntax coloring.

April 2009

PUBLIC TAGS related to tag regex

no tag

Sponsorised links