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
@@ -27,6 +27,7 @@ $built_in_functions = array(
'replace' =>'', 'replace_rule' => 'replace',
'filter_text' =>'', 'filter_rule' => 'filter_text',
'break_text' =>'', 'break_rule' => 'break_text',
'split_text' =>'',
'sort_text' =>'', 'sort_rule' => 'sort_text',
'contains' =>'',
'match' =>'', 'match_rule' => 'match',