Created
August 1, 2012 04:36
-
-
Save mattbierner/3223696 to your computer and use it in GitHub Desktop.
SSSF Overview
This file contains 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
var t = sssf.compile("@s(:[1,])"); | |
t('abc') -> 'bc' | |
t({}) -> 'object Object]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment