diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-18 13:10:19 -0500 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-18 13:10:19 -0500 |
commit | 2598909ffdd04f8153aed0d827c9b572493601ba (patch) | |
tree | e1a2a880942c89af99d325c5a906602612ba4a15 /README.asciidoc | |
parent | f141737b9f677fadfd24a7e84bed6d3f9102c780 (diff) | |
download | Nim-2598909ffdd04f8153aed0d827c9b572493601ba.tar.gz |
Add `$` operator
Diffstat (limited to 'README.asciidoc')
-rw-r--r-- | README.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc index 38adab639..1d0070ca9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -104,6 +104,7 @@ is inclusive. `(captureBounds|captures).toTable` :: returns a table with each named capture as a key. `(captureBounds|capture).toSeq` :: returns all the captures by their number. +`$: string` :: same as `match` === Pattern |