Closed jerviscui closed 8 years ago
update find id by regular expression, now you can use find method like this: sc.find(/^1_.*/); this will return the id start with "1_" from sc, such as:
sc.find(/^1_.*/);
1_2 1_10 1_11 1_35
Thanks for the PR, I've been busy recently but I promise to check it as soon as I can!
I merged the PR, added a tiny test and updated docs.
update find id by regular expression, now you can use find method like this:
sc.find(/^1_.*/);
this will return the id start with "1_" from sc, such as:Er, I not generate .min file. So, please...