Package | Description |
---|---|
com.google.javascript.jscomp.regex |
Modifier and Type | Class and Description |
---|---|
static class |
RegExpTree.Anchor
Represents an anchor, namely ^ or $.
|
static class |
RegExpTree.BackReference
Represents a reference to a previous group such as \1 or \2
|
static class |
RegExpTree.Charset
Represents a set of possible characters structured as [a-zA-Z] or [^a-zA-Z]
|
static class |
RegExpTree.Empty
Represents an empty portion of a RegExp such as the middle of "||"
|
static class |
RegExpTree.NamedBackReference
Represents a reference to a previous named group
|
static class |
RegExpTree.Text
Represents a run of non-special characters such as "foobar"
|
static class |
RegExpTree.UnicodePropertyEscape
Represents a Unicode Property Escape such as in /\p{Script=Greek}/u
|
static class |
RegExpTree.WordBoundary
Represents \b or \B
|
Copyright © 2009-2018 Google. All Rights Reserved.