PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Regex cheatsheet

mardi 14 avril 2015 à 20:12
Zertrin's links 14/04/2015
Many programs use regular expression to find & replace text. However, they tend to come with their own different flavor.

You can probably expect most modern software and programming languages to be using some variation of the Perl flavor, "PCRE"; however command-line tools (grep, less, ...) will often use the POSIX flavor (sometimes with an extended variant, e.g. egrep or sed -r). ViM also comes with its own syntax (a superset of what Vi accepts).

This cheatsheet lists the respective syntax of each flavor, and the software that uses it.
(Permalink)

Les liens de Fanch 14/04/2015
Datasheet regex
(via http://shaarli.zertrin.org/?NxUKqQ)
(Permalink)

Bill2's Links 15/04/2015
Je me garde ça sous le coude, c'est toujours utile !
(Permalink)