Adding gsub function

This commit is contained in:
Jake Bellacera
2013-08-23 15:45:09 -07:00
parent 49888fe606
commit d4e15e29f8
3 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
}
#built-in {
escaped: -Some::weird(#thing, y);
gsub: "Hello, World!";
lighten: #ffcccc;
darken: #330000;
saturate: #203c31;

View File

@@ -12,6 +12,7 @@
#built-in {
@r: 32;
escaped: e("-Some::weird(#thing, y)");
gsub: gsub("Hello, Foo.", "Foo\.$", "World!");
lighten: lighten(#ff0000, 40%);
darken: darken(#ff0000, 40%);
saturate: saturate(#29332f, 20%);