mention-extractor
v0.0.8
Published
Extract at mentions from string
Downloads
40
Readme
mention-extractor
See the src/index file for all functions
import { extractAllAtMentions } from 'mention-extractor';
const mentions = extractAllAtMentions(comment, { removeAt: true });