Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

Extract/Match specific words from a paragraph in JavaScript

$
0
0

I'm currently working on a react native (JS based) project in which I need to match and extract Hospitals' names from dynamic paragraphs coming from the backend server. I know about match(), includes() etc but these are not working in this case as names are dynamic and may containing multiple words.

Any suggestions!


Viewing all articles
Browse latest Browse all 6287

Trending Articles