Added break_text function

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@857 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-18 17:27:44 +00:00
parent 74f79ea1b5
commit 1a7e689e95
7 changed files with 222 additions and 4 deletions
+2
View File
@@ -16,6 +16,8 @@ These functions are built into the program, other [[type:function]]s can be defi
Replace text matching a regular expression.
| [[fun:filter_text|filter_text / filter_rule]]
Keep only the text matching a regular expression.
| [[fun:break_text|break_text / break_rule]]
Break text into parts each matching a regular expression.
| [[fun:sort_text|sort_text / sort_rule]]
Sort the letters in a string using a custom order.
| [[fun:contains]] Does a string contain another one?