UNPKG

eslint-plugin-no-jp

Version:
7 lines (5 loc) 186 B
const includeJa = (str: string) => { const regexPattern = new RegExp(/^[\u30a0-\u30ff\u3040-\u309f\u3005-\u3006\u30e0-\u9fcf]/) return regexPattern.test(str) } export { includeJa }