I have a text which contains names, each name is written between 2 apostrophes.
For example:
'James' is the best player we had since 'Jane' left
I need to extract all those names from the text and insert them into one of the columns in my database.
I’m new with Rails, and I was wondering how it will be best to parse this text.
1 Answer