public class RegexOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
Compiled |
static int |
IgnoreCase |
static RegexOptions |
None |
static int |
Singleline |
| Constructor and Description |
|---|
RegexOptions() |
public static final int Compiled
public static final int IgnoreCase
public static final int Singleline
public static final RegexOptions None
Copyright © 2012. All Rights Reserved.