|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASRegexpLiteral
A literal 'regular expression', such as /[a-z]+/
ActionScriptFactory.newRegexpLiteral(String, int)
Field Summary | |
---|---|
static int |
FLAG_DOT_ALL
represents the 's' regexp flag |
static int |
FLAG_EXTENDED
represents the 'x' regexp flag |
static int |
FLAG_GLOBAL
represents the 'g' regexp flag |
static int |
FLAG_IGNORE_CASE
represents the 'i' regexp flag |
static int |
FLAG_NONE
represents no active flags for a regexp |
Field Detail |
---|
static final int FLAG_NONE
static final int FLAG_IGNORE_CASE
static final int FLAG_GLOBAL
static final int FLAG_DOT_ALL
static final int FLAG_EXTENDED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |