Quotation marks

Hello fellow developpers, how are you?

Today, i come with an existential question. Here is the contexte:
I have a Table with 1200 titles which are not between quotation marks

My question is:
Is there any way to select multiple words and add them into different quotation mark?

For example:
Let’s says i have “The apple”, “A juice” and “Just do it” in a Table but they are not between quotation marks. How i would add each title between different quotations marks?

I think that it is not possible and i should add them manually one by one but thanks to the one which will take the time to answer me.

If you copy and paste the script here I will do it.

Thank’s for your suggestion but i could do it myself. I was just looking for a faster way to do it

I would likely be able to do it in seconds, which is why I offered.

In that case i would rather ask how?

I would be able to share if I could see how the script was formatted, you’re welcome to do it manually though, I don’t mind either way.

Basically the script has nothing but just:

local Table = {"Title1", "Title2", "Title3", "etc", }

Then it’s already wrapped in quotes and you don’t need assistance.

the fact is i copy pasted titles without quotation marks

So basically, the real code is something like:

local Table = {title1
title2
title3
etc}

Alright so, i found the solution myself. There is a comma separator online for this: