I am currently in the process of creating a documentation module, and I want to format text like this: “This does something, a changes the condition.” to “This does something, a changes the condition.”. How would I go about this using string functions? I tried using split which would work, but it’s not really a good solution because it’s very redundant.