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