Regex to find words that start with a specific character

Posted by Vijay Narayan on Stack Overflow See other posts from Stack Overflow or by Vijay Narayan
Published on 2010-04-20T21:11:07Z Indexed on 2010/04/20 21:43 UTC
Read the original article Hit count: 222

Filed under:
|

I am trying to find words starts with a specific character like:

Lorem ipsum #text Second lorem ipsum. How #are You. It's ok. Done. Something #else now.

I need to get all words starts with "#". so my expected results are #text, #are, #else

Any ideas?

© Stack Overflow or respective owner

Related posts about regex

Related posts about c#