Skip to main content

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#


NameDescription
Script Typejavascript
Tags

Inputs#


Argument NameDescription
pathThe path in context to search the string in.
strThe string to search for in context.

Outputs#


PathDescriptionType
TrueWhether the given string exists in context.Unknown
FalseWhether the given string does not exist in context.Unknown