Source code

Revision control

Copy as Markdown

Other Tools

function fn() {
return '𠮷'.match(/^.$/u);
}
assertEqual(!!fn(), true);
test(fn);