Skip to content

archoleat/reglib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex Library

NPM Version NPM Downloads ESM Provenance Specs Commitlint Editorconfig Prettier ESLint Remark

Table of Contents

Installation

bun i -D @archoleat/reglib

List of Regex

  • FONT_FILE_NAME_REGEX: Matches FontFamily-FontWeight.woff2

  • ITALIC_REGEX: Searches for the words Italic or italic.

  • VARIABLE_FONT_REGEX: Searches for the words var or variable.

  • selectors

    • bem

      • BLOCK_REGEX
      • ELEMENT_REGEX
      • MODIFIER_REGEX
    • child

      • ATTRIBUTE_REGEX
      • CLASS_REGEX
    • nested

      • ATTRIBUTE_REGEX
      • CLASS_REGEX
      • ELEMENT_REGEX
      • MODIFIER_REGEX

Contributing

Please read CONTRIBUTING to start contributing.

License

This project is licensed under the MIT license.