documented check_spelling function

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1278 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2009-01-01 21:19:28 +00:00
parent 664c12ec52
commit bd2edc947f
2 changed files with 38 additions and 2 deletions
+2 -2
View File
@@ -23,8 +23,6 @@ These functions are built into the program, other [[type:function]]s can be defi
| [[fun:reverse]] Reverse a string, @"aBc" -> "cBa"@.
| [[fun:trim]] Remove leading and trailing whitespace from a string, @" abc " -> "abc"@.
| [[fun:substring]] Extract a part of a string.
| [[fun:format]] Format a number as a string (printf).
| [[fun:curly_quotes]] Make quotes curly.
| [[fun:replace]] Replace text matching a regular expression.
| [[fun:filter_text]] Keep only the text matching a regular expression.
| [[fun:break_text]] Break text into parts each matching a regular expression.
@@ -33,6 +31,8 @@ These functions are built into the program, other [[type:function]]s can be defi
| [[fun:contains]] Does a string contain another one?
| [[fun:match]] Does a string match a regular expression?
| [[fun:regex_escape]] Escape a string for use in a regular expression.
| [[fun:curly_quotes]] Make quotes curly.
| [[fun:check_spelling]] Check text for spelling errors.
! [[type:tagged_string|Tags]] <<<
| [[fun:tag_contents]] Change the contents of a specific tag.