Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.77 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.77 KB

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.