Finds a string at a position in an array defined by path
summary (oneliner)
useful when working with nested data structures.
the path defines the way to the string. the string will be returned
given an array like this:
[ "alyx","gordon","eli","g-man"]
a path of 2 will return eli
:
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Array (Array)
Path (String)
the path (i.e. data.names)
Return path if missing (boolean /Number)
Outputs
Output (String)
the string
Found (boolean Number)
Patches using ArrayGetStringByPath
Changelog
cloned op from Ops.Json.ObjectGetStringByPath 2021-01-08 - cables | |
Ops.User.cables.ArrayGetStringByPath renamed to Ops.Json.ArrayGetStringByPath 2021-01-08 - cables |