https://github.com/thoughtsunificator/message-parser
Enables sorting and grouping of users and channel mentions in a message.
https://github.com/thoughtsunificator/message-parser
javascript message-parser parser
Last synced: 3 months ago
JSON representation
Enables sorting and grouping of users and channel mentions in a message.
- Host: GitHub
- URL: https://github.com/thoughtsunificator/message-parser
- Owner: thoughtsunificator
- License: mit
- Created: 2021-09-18T09:46:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T13:31:43.000Z (over 2 years ago)
- Last Synced: 2026-01-12T19:10:43.363Z (4 months ago)
- Topics: javascript, message-parser, parser
- Language: JavaScript
- Homepage: http://message-parser.unificator.me
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# message-parser
Enables sorting and grouping of users and channel mentions in a message.
## Getting started
### Installing
- ``npm install @thoughtsunificator/message-parser``
### Usage
```javascript
const message = Parser.parse("Hello @dsadsadas come join us in #dsadsa")
```