words

Used with the sort command, number function, and is among and is not among properties to designate space-delimit or quoted parts of a string. Also used with the find command to search for one or more entire words.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

words

# Examples

put (field 2 is among the words of field 1) into spellcheckMe

find words "run" -- finds "run", but not "running" or "grunt"

# Description

Use the words keyword to sort or select individual words.

A word is a set of characters enclosed by spaces, tabs, or returns.

>*Note:* To refer to actual words, i.e., words delimit > by Unicode word breaks, use the keyword trueWords.

When used with the find command, the words keyword finds cards that contain each of the specified words, though not necessarily next to each other.

# Tags

# See

- **property:** properties - **control structure:** function - **operator:** is among, is not among - **keyword:** word, string, words, trueWords - **object:** card - **glossary:** keyword, command, quoted, delimit, Unicode - **function:** number - **command:** select, find, sort