3.0.10 • Published 1 year ago

get-projectz-readme-section-regex v3.0.10

Weekly downloads
688
License
MIT
Repository
github
Last release
1 year ago

get-projectz-readme-section-regex

Returns a regex for Projectz readme sections depending on the section name.

Install

# npm
$ npm install get-projectz-readme-section-regex

# Yarn
$ yarn add get-projectz-readme-section-regex

Usage

const getProjectzReadmeSectionRegex = require('get-projectz-readme-section-regex')

getProjectzReadmeSectionRegex('BADGES').test('<!-- BADGES -->')
// |> true

getProjectzReadmeSectionRegex('BADGES').test('<!-- BADGES/ -->\nfoo bar baz<!-- /BADGES -->')
// |> true

getProjectzReadmeSectionRegex('BADGES').test('<!-- INSTALL -->')
// |> false

Contribute

Are you missing something or want to contribute? Feel free to file an issue or a pull request! ⚙️

Support

Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:

Thanks a lot for your support! ❤️

License

MIT License © Sebastian Landwehr

3.0.9

1 year ago

3.0.10

1 year ago

3.0.8

1 year ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

2.0.12

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.11

3 years ago

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago