Hi. I would like to achieve an effect similar to how strings in between the quotation marks in Visual C# are colored. I would like to italicize the text for anything between two asterisks (Including the asterisks themselves) inside a RichTextBox. For example:
This is not counted *This is counted* This is not *This is*
Would I use regular expressions to do this, or would i have no way of changing the text style back in the RichTextBox that way. Any help is greatly appreciated.