https://github.com/arshadkazmi42/search-a-tags
Search <a> tags of HTML from HTML content
https://github.com/arshadkazmi42/search-a-tags
a hacktoberfest href html hyperlink parse parser-html-hyperlinks regex search tags
Last synced: 6 months ago
JSON representation
Search <a> tags of HTML from HTML content
- Host: GitHub
- URL: https://github.com/arshadkazmi42/search-a-tags
- Owner: arshadkazmi42
- License: mit
- Created: 2019-07-10T04:46:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T15:13:41.000Z (over 1 year ago)
- Last Synced: 2024-11-28T01:16:32.398Z (6 months ago)
- Topics: a, hacktoberfest, href, html, hyperlink, parse, parser-html-hyperlinks, regex, search, tags
- Language: JavaScript
- Homepage:
- Size: 142 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# search-a-tags
[](https://github.com/arshadkazmi42/search-a-tags/actions/workflows/nodejs.yml)
[](https://www.npmjs.com/package/search-a-tags)
[](https://www.npmjs.com/package/search-a-tags)
[](https://github.com/arshadkazmi42/search-a-tags)
[](https://github.com/arshadkazmi42/search-a-tags/blob/master/LICENSE)
[](https://github.com/arshadkazmi42/search-a-tags/graphs/contributors)
[](https://github.com/arshadkazmi42/search-a-tags/commits/master)Search `` tags of HTML from HTML content
## Install
```
npm install search-a-tags
```## Usage
```javascript
const SearchTags = require('search-a-tags');This is a paragraph
';
const links = SearchTags(HTML);
console.log(links);
// [
// 'https://google.com',
// 'arshadkazmi42'
// ]
```## Contributing
Interested in contributing to this project?
You can log any issues or suggestion related to this library [here](https://github.com/arshadkazmi42/search-a-tags/issues/new)Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase