Used with the find command to search for a string of characters without regard to whether they occur at the start of a word.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
string
# Examples
find string "Help"
find string "run" -- finds "run", "grunt", or "running"
# Description
When used with the find command, the string keyword finds cards that contain the specified string, whether each word in it is found as an entire word or not.
# Tags
# See