Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Altered:
Property [other Property type actions]
Item [operators of similar scope]
Data manipulation [other Data manipulation operators]
String.paragraphCount
returns the Number of paragraphs in a string; empty paragraphs are ignored. Thus, $Text.paragraphCount
is the number of paragraphs in the text of the currently selected note.
$MyNumber = $Text.paragraphCount;
sets $MyNumber to the number of discrete paragraphs within $Text.
NOTE: only available on macOS 10.13 or later.