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!