Sunday, February 21, 2016

JavaScript RegExp Object Ebook www w3schools com




The Content in this ebook is copied from www.w3schools.com
all rights reserved to www.w3schools.com

Content





Modifier

i

g

m



Expression

[abc]

[^abc]

[0-9]

[A-Z]

[a-z]

[A-z]

[adgk]

[^adgk]

(red|blue|green)



Metacharacter

.

w

W

d

D

s

S


B



f



v

xxx

xdd

uxxxx



Quantifier

n+

n*

n?

n{X}

n{X,Y}

n{X,}

n$

^n

?=n

?!n



Property

global

ignoreCase

lastIndex

multiline

source

Method

compile()

exec()




NameWebsiteTypeSize
JavaScript RegExp Objectwww.w3schools.comPDF2 MB



Click Here To Download