Created
February 25, 2015 14:25
-
-
Save AyaMorisawa/3a4a278a03b170c9a99f to your computer and use it in GitHub Desktop.
Str.ls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Str.ls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# (String | RegExp) -> (String | (String, String, ...) -> String) -> String -> String | |
replace = (substr, new-substr, target) --> target.replace substr, new-substr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment