mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Finished documenting scripting system.
This means the documentation is DONE (yay!) git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@606 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -19,6 +19,7 @@ Parts
|
||||
| @"<wxy>"@ @"xy"@ Selects the characters from the input, but only once.
|
||||
@"<xy>"@ is the same as @"<x><y>"@.
|
||||
| @"[wxy]"@ @"yyyxx"@ Selects the given characters, but keep them in the same order as in the input.
|
||||
| @"(xwz)"@ @"zzxx"@ The same as @"cycle(xyz)"@.
|
||||
| @"ordered(wxy)"@ @"xxyyy"@ The same as just @"wxy"@.
|
||||
| @"once(wxy)"@ @"xy"@ The same as @"<wxy>"@.
|
||||
| @"mixed(wxy)"@ @"yyyxx"@ The same as @"[wxy]"@.
|
||||
|
||||
Reference in New Issue
Block a user