documented the split_text script function

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1255 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-12-27 19:39:20 +00:00
parent 81280467d5
commit e423b6956f
4 changed files with 48 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ These functions are built into the program, other [[type:function]]s can be defi
| [[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.
| [[fun:split_text]] Split text into parts separated by a regular expression.
| [[fun:sort_text]] Sort the letters in a string using a custom order.
| [[fun:contains]] Does a string contain another one?
| [[fun:match]] Does a string match a regular expression?