export const regExp = { upper: /[A-Z]/, lower: /[a-z]/, any: /\s|-|_/, commentsLine: /\/\*[^*]*\*+(?:[^\/*][^*]*\*+)*\//g, }