CC#•Created by I dont know on 5/29/2025 in #help ✅ Need help implementing support for quoting with single quotes
Sorry, I would’ve replied sooner but didn’t get a notification. Thanks for your answer.
So, inside if (inQuotes)
, would I add each character to an array, then use join to make a string from it at the end of the loop?