mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Improved documentation of functions and default arguments a bit
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@985 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -21,7 +21,8 @@ When the match is performed many times the rule form is more efficient, because
|
||||
> match("abc", match:"$b+^") == false
|
||||
>
|
||||
> f := match_rule(match: "a+|b+")
|
||||
> f("xyz") == false
|
||||
> f("xyz") == false
|
||||
> f("aabb") == true
|
||||
|
||||
--See also--
|
||||
| [[fun:contains]] Does a string contain another one?
|
||||
|
||||
Reference in New Issue
Block a user