(sth)
| 2120 | var regexes = {}; |
| 2121 | |
| 2122 | function isFunction (sth) { |
| 2123 | // https://github.com/moment/moment/issues/2325 |
| 2124 | return typeof sth === 'function' && |
| 2125 | Object.prototype.toString.call(sth) === '[object Function]'; |
| 2126 | } |
| 2127 | |
| 2128 | |
| 2129 | function addRegexToken (token, regex, strictRegex) { |