Regular Expression 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
13:09 UTC
Read the original article
Hit count: 332
regex
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?"
© Stack Overflow or respective owner