Regular Express remove leading blank and dash character
Posted
by Ke
on Stack Overflow
See other posts from Stack Overflow
or by Ke
Published on 2010-03-15T12:22:33Z
Indexed on
2010/03/15
12:29 UTC
Read the original article
Hit count: 184
regex
Hi,
Given a string like String a="- = - - What is your name?";
How to remove the leading equal, dash, space characters, to get the clean text,
"What is your name?"
Thanks.
© Stack Overflow or respective owner