| Package | Description |
|---|---|
| editor.search |
| Modifier and Type | Method and Description |
|---|---|
protected SearchLocation |
SearchLocalDialog2.performFind(String strText,
boolean backwards) |
protected abstract SearchLocation |
BaseLocalSearchDialog.performFind(String strText,
boolean backwards) |
| Modifier and Type | Method and Description |
|---|---|
static List<SearchLocation> |
RegExStringUtil.search(String strSource,
String strPattern,
boolean bIgnoreCase) |
static List<SearchLocation> |
RegExStringUtil.search(String strSource,
String strPattern,
boolean bIgnoreCase,
int iOffset) |
static List<SearchLocation> |
RegExStringUtil.search(String strSource,
String strPattern,
boolean bIgnoreCase,
int iOffset,
boolean backwards) |
static List<SearchLocation> |
RegExStringUtil.searchIgnoreCase(String strSource,
String strPattern)
Return a list of
SearchLocations representing the occurrences of the
specified pattern in the specified source string. |
| Modifier and Type | Method and Description |
|---|---|
static void |
StringUtil.getLocation(String strSource,
int iFrom,
int iTo,
SearchLocation location) |
Copyright © 2017. All rights reserved.