SlideShare a Scribd company logo
1 of 1
Download to read offline
Regular Expressions Cheat Sheet

by Dave Child (DaveChild) via cheatography.com/1/cs/5/
Regular Expressions Anchors

Regular Expressions Quantifiers

Regular Expressions Groups and Ranges

^

Start of string, or start of line in multi-line pattern

*

0 or more

.

Any character except new line (n)

A

Start of string

+

1 or more

(a|b)

a or b

$

End of string, or end of line in multi-line pattern

?

0 or 1

(...)

Group

Z

End of string

{3}

Exactly 3

(?:...)

Passive (non-capturing) group

b

Word boundary

{3,}

3 or more

[abc]

Range (a or b or c)

B

Not word boundary

{3,5}

3, 4 or 5

[^abc]

Not a or b or c

<

Start of word

Add a ? to a quantifier to make it ungreedy.

[a-q]

Letter from a to q

>

End of word

[A-Q]

Upper case letter from A to Q

Regular Expressions Escape Sequences

[0-7]

Digit from 0 to 7

Regular Expressions Character Classes



Escape following character

n

nth group/subpattern

c

Control character

Q

Begin literal sequence

Ranges are inclusive.

s

White space

E

End literal sequence

S

Not white space

"Escaping" is a way of treating characters which have

Regular Expressions Pattern Modifiers

d

Digit

a special meaning in regular expressions literally,

g

Global match

D

Not digit

rather than as special characters.

i

Case-insensitive

w

Word

m

Multiple lines

W

Not word

s

Treat string as single line

x

Hexadecimal digit

x

Allow comments and white space in pattern

O

Octal digit

e

Evaluate replacement

U

Ungreedy pattern

Regular Expression Common Metacharacters
^

[

.

$

{

*

(



+

Regular Expressions POSIX

)

|

?

[:upper:]

Upper case letters

<

>

[:lower:]

Lower case letters

The escape character is usually the backslash - .

[:alpha:]

All letters

[:alnum:]

Digits and letters

[:digit:]

Digits

[:xdigit:]

Hexadecimal digits

[:punct:]

Punctuation

[:blank:]

Space and tab

[:space:]

Blank characters

[:cntrl:]

Control characters

[:graph:]

Printed characters

[:print:]

Printed characters and spaces

[:word:]

Digits, letters and underscore

Regular Expressions Special Characters
n

New line

r

Carriage return

t

Tab

v

Vertical tab

f

Form feed

xxx

Octal character xxx

xhh

Regular Expressions String Replacement
$n

nth non-passive group

$2

"xyz" in /^(abc(xyz))$/

$1

"xyz" in /^(?:abc)(xyz)$/

$`

Before matched string

$'

After matched string

$+

Last matched string

$&

Entire matched string

Hex character hh

Some regex implementations use  instead of $.

Regular Expressions Assertions
?=

Lookahead assertion

?!

Negative lookahead

?<=

Lookbehind assertion

?!= or ?<!

Negative lookbehind

?>

Once-only Subexpression

?()

Condition [if then]

?()|

Condition [if then else]

?#

Comment

Cheatographer

Cheat Sheet

Sponsor

Dave Child (DaveChild)

This cheat sheet was published on 19th October, 2011

FeedbackFair, increase your conversion rate today!

cheatography.com/davechild/

and was last updated on 14th November, 2012.

Try it free!

www.addedbytes.com

http://www.FeedbackFair.com

More Related Content

Viewers also liked

การนำเสนอลอยกะทง
การนำเสนอลอยกะทงการนำเสนอลอยกะทง
การนำเสนอลอยกะทงkunchana
 
QCon SP 2011 - A Semente não entendida de Todas as Metodologias
QCon SP 2011 - A Semente não entendida de Todas as MetodologiasQCon SP 2011 - A Semente não entendida de Todas as Metodologias
QCon SP 2011 - A Semente não entendida de Todas as MetodologiasFabio Akita
 
4ºSessãO Metodologias De OperacionalizaçãO
4ºSessãO Metodologias De OperacionalizaçãO4ºSessãO Metodologias De OperacionalizaçãO
4ºSessãO Metodologias De OperacionalizaçãOmarta.medeiro
 
Redes de computadoras
Redes de computadorasRedes de computadoras
Redes de computadorasbipmartha
 
Jack Trimble Resume
Jack Trimble ResumeJack Trimble Resume
Jack Trimble ResumeJack Trimble
 
Encontro Locaweb
Encontro  LocawebEncontro  Locaweb
Encontro LocawebFabio Akita
 
Lenguaje de programacion primer trabajo.zulemay perla
Lenguaje de programacion primer trabajo.zulemay perlaLenguaje de programacion primer trabajo.zulemay perla
Lenguaje de programacion primer trabajo.zulemay perlaPERLA9718
 
PeacockResumePalantir
PeacockResumePalantirPeacockResumePalantir
PeacockResumePalantirJake Peacock
 
Sea world
Sea worldSea world
Sea worldpaoaps
 
Espina de pezcado porfiriato
Espina de pezcado porfiriatoEspina de pezcado porfiriato
Espina de pezcado porfiriatojcrp1809
 

Viewers also liked (17)

การนำเสนอลอยกะทง
การนำเสนอลอยกะทงการนำเสนอลอยกะทง
การนำเสนอลอยกะทง
 
QCon SP 2011 - A Semente não entendida de Todas as Metodologias
QCon SP 2011 - A Semente não entendida de Todas as MetodologiasQCon SP 2011 - A Semente não entendida de Todas as Metodologias
QCon SP 2011 - A Semente não entendida de Todas as Metodologias
 
4ºSessãO Metodologias De OperacionalizaçãO
4ºSessãO Metodologias De OperacionalizaçãO4ºSessãO Metodologias De OperacionalizaçãO
4ºSessãO Metodologias De OperacionalizaçãO
 
Jubileo 15
Jubileo 15Jubileo 15
Jubileo 15
 
Redes de computadoras
Redes de computadorasRedes de computadoras
Redes de computadoras
 
Nossocerebro
NossocerebroNossocerebro
Nossocerebro
 
Jack Trimble Resume
Jack Trimble ResumeJack Trimble Resume
Jack Trimble Resume
 
Resume
ResumeResume
Resume
 
Encontro Locaweb
Encontro  LocawebEncontro  Locaweb
Encontro Locaweb
 
Lenguaje de programacion primer trabajo.zulemay perla
Lenguaje de programacion primer trabajo.zulemay perlaLenguaje de programacion primer trabajo.zulemay perla
Lenguaje de programacion primer trabajo.zulemay perla
 
PeacockResumePalantir
PeacockResumePalantirPeacockResumePalantir
PeacockResumePalantir
 
Sea world
Sea worldSea world
Sea world
 
Bloque 1
Bloque 1Bloque 1
Bloque 1
 
Profs 1 1
Profs 1 1Profs 1 1
Profs 1 1
 
Criação x evolução
Criação x evoluçãoCriação x evolução
Criação x evolução
 
Espina de pezcado porfiriato
Espina de pezcado porfiriatoEspina de pezcado porfiriato
Espina de pezcado porfiriato
 
Morir de amor
Morir de amorMorir de amor
Morir de amor
 

Similar to dasdasd

Similar to dasdasd (9)

slide share test
slide share testslide share test
slide share test
 
mhg
mhgmhg
mhg
 
Regexps
RegexpsRegexps
Regexps
 
Expresiones Regulares
Expresiones RegularesExpresiones Regulares
Expresiones Regulares
 
Regex Cards - Powerpoint Format
Regex Cards - Powerpoint FormatRegex Cards - Powerpoint Format
Regex Cards - Powerpoint Format
 
An Introduction to Regular expressions
An Introduction to Regular expressionsAn Introduction to Regular expressions
An Introduction to Regular expressions
 
Regular expressions quick reference
Regular expressions quick referenceRegular expressions quick reference
Regular expressions quick reference
 
Regular expression
Regular expressionRegular expression
Regular expression
 
Regular expressions
Regular expressionsRegular expressions
Regular expressions
 

More from Sanjulika Rastogi (20)

Using Proficiency Testing
Using Proficiency Testing Using Proficiency Testing
Using Proficiency Testing
 
WIDA CELLA
WIDA CELLAWIDA CELLA
WIDA CELLA
 
Using Proficiency Testing
Using Proficiency Testing Using Proficiency Testing
Using Proficiency Testing
 
Using Proficiency Testing
Using Proficiency Testing Using Proficiency Testing
Using Proficiency Testing
 
WIDA CELLA
WIDA CELLAWIDA CELLA
WIDA CELLA
 
Methods-Building Developmental Lessons
Methods-Building Developmental LessonsMethods-Building Developmental Lessons
Methods-Building Developmental Lessons
 
SLA Theories-Chapter 6
SLA Theories-Chapter 6SLA Theories-Chapter 6
SLA Theories-Chapter 6
 
Language Experience Lesson Activity
Language Experience Lesson ActivityLanguage Experience Lesson Activity
Language Experience Lesson Activity
 
Cooperative Learning Activity
Cooperative Learning ActivityCooperative Learning Activity
Cooperative Learning Activity
 
ganesh testing
ganesh testing ganesh testing
ganesh testing
 
ganesh testing
ganesh testing ganesh testing
ganesh testing
 
Test resource 2
Test resource 2Test resource 2
Test resource 2
 
Pop Tart Cat 3
Pop Tart Cat 3Pop Tart Cat 3
Pop Tart Cat 3
 
Resource Erin
Resource ErinResource Erin
Resource Erin
 
Resource Erin
Resource ErinResource Erin
Resource Erin
 
Test resource 2
Test resource 2Test resource 2
Test resource 2
 
Pop Tart Cat 3
Pop Tart Cat 3Pop Tart Cat 3
Pop Tart Cat 3
 
Pop Tart Cat 3
Pop Tart Cat 3Pop Tart Cat 3
Pop Tart Cat 3
 
Test resource 2
Test resource 2Test resource 2
Test resource 2
 
Resource Erin
Resource ErinResource Erin
Resource Erin
 

dasdasd

  • 1. Regular Expressions Cheat Sheet by Dave Child (DaveChild) via cheatography.com/1/cs/5/ Regular Expressions Anchors Regular Expressions Quantifiers Regular Expressions Groups and Ranges ^ Start of string, or start of line in multi-line pattern * 0 or more . Any character except new line (n) A Start of string + 1 or more (a|b) a or b $ End of string, or end of line in multi-line pattern ? 0 or 1 (...) Group Z End of string {3} Exactly 3 (?:...) Passive (non-capturing) group b Word boundary {3,} 3 or more [abc] Range (a or b or c) B Not word boundary {3,5} 3, 4 or 5 [^abc] Not a or b or c < Start of word Add a ? to a quantifier to make it ungreedy. [a-q] Letter from a to q > End of word [A-Q] Upper case letter from A to Q Regular Expressions Escape Sequences [0-7] Digit from 0 to 7 Regular Expressions Character Classes Escape following character n nth group/subpattern c Control character Q Begin literal sequence Ranges are inclusive. s White space E End literal sequence S Not white space "Escaping" is a way of treating characters which have Regular Expressions Pattern Modifiers d Digit a special meaning in regular expressions literally, g Global match D Not digit rather than as special characters. i Case-insensitive w Word m Multiple lines W Not word s Treat string as single line x Hexadecimal digit x Allow comments and white space in pattern O Octal digit e Evaluate replacement U Ungreedy pattern Regular Expression Common Metacharacters ^ [ . $ { * ( + Regular Expressions POSIX ) | ? [:upper:] Upper case letters < > [:lower:] Lower case letters The escape character is usually the backslash - . [:alpha:] All letters [:alnum:] Digits and letters [:digit:] Digits [:xdigit:] Hexadecimal digits [:punct:] Punctuation [:blank:] Space and tab [:space:] Blank characters [:cntrl:] Control characters [:graph:] Printed characters [:print:] Printed characters and spaces [:word:] Digits, letters and underscore Regular Expressions Special Characters n New line r Carriage return t Tab v Vertical tab f Form feed xxx Octal character xxx xhh Regular Expressions String Replacement $n nth non-passive group $2 "xyz" in /^(abc(xyz))$/ $1 "xyz" in /^(?:abc)(xyz)$/ $` Before matched string $' After matched string $+ Last matched string $& Entire matched string Hex character hh Some regex implementations use instead of $. Regular Expressions Assertions ?= Lookahead assertion ?! Negative lookahead ?<= Lookbehind assertion ?!= or ?<! Negative lookbehind ?> Once-only Subexpression ?() Condition [if then] ?()| Condition [if then else] ?# Comment Cheatographer Cheat Sheet Sponsor Dave Child (DaveChild) This cheat sheet was published on 19th October, 2011 FeedbackFair, increase your conversion rate today! cheatography.com/davechild/ and was last updated on 14th November, 2012. Try it free! www.addedbytes.com http://www.FeedbackFair.com