inserting characters at the start and end of a string

I am new and trying to find a way to insert a number of L’s at the beginning and end of a string. So if I have a string which says

“where did I put my cupcake this morning”

And I want to insert 1 L at the start and 2 L’s at the end, so it looks like: “Lwhere did I put my cupcake this morningLL” How do I do this. thank you

Leave a Comment