public class RegExp extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
global |
boolean |
ignoreCase |
int |
lastIndex |
boolean |
multiline |
String |
source |
| Constructor and Description |
|---|
RegExp(String pattern) |
RegExp(String pattern,
String modifiers) |
Copyright © 2015. All Rights Reserved.