yokzu

yokzu

  • NA
  • 306
  • 0

Finding "*" characters in a string

Jan 11 2010 2:49 PM
Hi.

i want to find all * characters in a string and showing them red in a richtextbox. How can i do that?


string str = "asd***asd***dfg***wer**";


in a richtextbox;

asd***asd***dfg***wer**


Answers (4)