Highlights
- Pro
Pinned Loading
- Search for a value in a file
Search for a value in a file 1#!/bin/bash23FILE_TO_SEARCH_IN=$14STRING_TO_SEARCH_FOR=$25VALUE_TO_INSERT=$3 - Get value of a property by key, or d...
Get value of a property by key, or determine whether a provided object description has a given property. 1functioncreateNestedStruct(obj={},schema=``,splitOnKey=`.`){
2constkeys=schema.split(splitOnKey);
3// console.log(`keys? `, keys);4letcurrent=obj;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.
