I have a Spring blog. In the Post model, I wrote a method that capitalizes each first letter of each word in a Post's title. This works fine. However, the input field when creating the title allows for bold and italic options via a markdown editor, which then wraps words in asterisks. This is where the issues arise. I have a Spring blog. In the Post model, I wrot