ContextSearchForString
This Script is part of the Common Scripts Pack.#
Searches for a string in a path in context. If path is null, the string will be searched in full context.
Script Data#
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags |
Inputs#
| Argument Name | Description |
|---|---|
| path | The path in context to search the string in. |
| str | The string to search for in context. |
Outputs#
| Path | Description | Type |
|---|---|---|
| True | Whether the given string exists in context. | Unknown |
| False | Whether the given string does not exist in context. | Unknown |