Project

General

Profile

Actions

$spellcheck » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 06/02/2017 05:49 PM


Added in 2.9

$spellcheck(word, [N])

Returns the Nth spellchecking suggestion for the specified word.

Parameters

word - The word to spellcheck
[N] - if N = 0, number of suggestions, otherwise the Nth suggestion.

Example

; Prints the first suggestion for the misspelled word 'wrod'.
//echo -ag $spellcheck(wrod, 1)

Updated by Per Amundsen almost 7 years ago · 1 revisions

Also available in: PDF HTML TXT