zuzu-rust 0.2.0

Rust implementation of ZuzuScript
Documentation
1
2
3
4
5
6
from std/path/z/functions import replace;
from test/more import *;

is( replace( "foobar", "(...)(...)", "$2$1" ), "barfoo" );

done_testing();