cleverca22
11/22/2016 - 8:20 PM

gistfile1.txt

nix-repl> builtins.match "foo" "foo"
[ ]

nix-repl> builtins.match "foo" "foo bar"
null