Search a key
Last updated
Was this helpful?
Last updated
Was this helpful?
Search Keyword
Keyword of the key to be retrieved
Wildcard usage is supported
Example: *car
— retrieves all keys that start with "car"
Key values are retrieved as an array of strings.
// Example: Retrieve all keys that start with "car"
// Keyword: *car
["cartools", "carmaintain"] // Example return