Method FindByProperty
FindByProperty(string, Regex, OccurrenceList)
Returns all occurrences which a property value matches the given regular expression (ECMAScript)
Declaration
public OccurrenceList FindByProperty(string property, Regex regex, OccurrenceList roots = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | property | Property name |
| Regex | regex | Regular expression (ECMAScript) |
| OccurrenceList | roots | If specified, restrict the search from the given roots |
Returns
| Type | Description |
|---|---|
| OccurrenceList |