bvaughn / react-highlight-words

React component to highlight words within a larger body of text
https://bvaughn.github.io/react-highlight-words/
MIT License
2.16k stars 170 forks source link

Get All the highlighted words from the text area where it used #117

Closed rahulrsingh09 closed 4 months ago

rahulrsingh09 commented 5 months ago

Can we somehow get a callback that returns all the text which highlighted in form of a array of strings ?

sergei-startsev commented 4 months ago

@rahulrsingh09 you can pass your own React component as highlightTag prop and get the highlighted text there.