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 |
static int |
RE_OPTION_EXTENDED |
static int |
RE_OPTION_IGNORECASE |
static int |
RE_OPTION_LONGEST |
static int |
RE_OPTION_MULTILINE |
static int |
RE_OPTION_ONCE |
static int |
RE_OPTION_POSIXLINE |
static int |
RE_OPTION_SINGLELINE |
static int |
RE_UNICODE |
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_OPTION_LONGEST
static final int RE_MAY_IGNORECASE
static final int RE_UNICODE
static final int RE_OPTION_ONCE
static final int RE_LITERAL
static final int RE_DEFAULT
static final int RE_FIXED
Copyright © 2001-2015 JRuby. All Rights Reserved.