Is there a way to execute an insert/append-type ac...
# squarelibraries
a
Is there a way to execute an insert/append-type action on the string directly, or do I need to parse/modify/serialize it myself? (I suspect any insert/append would be doing the same thing behind the scenes, but if there's a way to simplify my code I'd like to use it)