codecombat/server/lib/utils.coffee
2014-08-14 16:38:50 +02:00

3 lines
110 B
CoffeeScript

module.exports =
isID: (id) -> _.isString(id) and id.length is 24 and id.match(/[a-f0-9]/gi)?.length is 24