/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/javascript/native_directive_runme.js
9 строк
275 B
Chris Walker
Dev Checkpoint 201906252113
26 июн 2019, 06:13
26 июн 2019, 06:13
e7993dc
Код
Авторство
О чём код?
var native_directive = require("native_directive"); (function main() { var s = "abc.DEF-123"; if (native_directive.CountAlphas(s) !== 6) throw "CountAlphas failed"; if (native_directive.CountAlphaCharacters(s) !== 6) throw "CountAlphaCharacters failed"; })();