Make admin feature to search for cuss words in content and then mark them with <c></c> tags
[https://www.loom.com/share/b6d02ab3cec04ae8aefb425c44c1073e](https://www.loom.com/share/b6d02ab3cec04ae8aefb425c44c1073e "smartCard-inline")
- Search content in posts and check for cuss words when found alert the admin and allow them to hit a button to wrap with tags
- Adding this to the manage Posts
- Copy the combinedRegex from the client contentRenderer.
- Copy the server side filterRegex
- Search the combinedRegex and drop everything it finds as they are already marked
- Run remaining content through the server filterRegex and show anything it captures on the manage function with a button that says Fix.
- Fix button just marks that specific content with as appropriate
- Steal the server code that does this already