Now all regex functions use ScriptRule.

The *_rule functions can now be considered deprecated
Documented this by removing mentions of the rule functions, except for a mention of backwards compatibility.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@997 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-06-19 00:37:48 +00:00
parent 5ece2dbb86
commit 158ecf67ad
19 changed files with 110 additions and 114 deletions
+2 -2
View File
@@ -15,5 +15,5 @@ Does one string contain another at any position?
> contains("abcdefg", match:"abd") == false
--See also--
| [[fun:match|match / match_rule]] Does a string match a regular expression?
| [[fun:chosen]] Is the given choice selected in a multiple choice value?
| [[fun:match]] Does a string match a regular expression?
| [[fun:chosen]] Is the given choice selected in a multiple choice value?