public interface ReOptions
Modifier and Type | Field and Description |
---|---|
static int |
RE_DEFAULT |
static int |
RE_FIXED |
static int |
RE_LITERAL |
static int |
RE_MAY_IGNORECASE
Deprecated.
|
static int |
RE_NONE |
static int |
RE_OPTION_EXTENDED |
static int |
RE_OPTION_IGNORECASE |
static int |
RE_OPTION_LONGEST
Deprecated.
|
static int |
RE_OPTION_MULTILINE |
static int |
RE_OPTION_NONE |
static int |
RE_OPTION_ONCE |
static int |
RE_OPTION_POSIXLINE |
static int |
RE_OPTION_SINGLELINE |
static int |
RE_UNICODE |
static final int RE_OPTION_NONE
static final int RE_OPTION_IGNORECASE
static final int RE_OPTION_EXTENDED
static final int RE_OPTION_MULTILINE
static final int RE_OPTION_SINGLELINE
static final int RE_OPTION_POSIXLINE
static final int RE_FIXED
static final int RE_NONE
static final int RE_UNICODE
static final int RE_OPTION_ONCE
static final int RE_LITERAL
static final int RE_DEFAULT
@Deprecated static final int RE_OPTION_LONGEST
@Deprecated static final int RE_MAY_IGNORECASE
Copyright © 2001-2016 JRuby. All Rights Reserved.