I want to replace Space with "-" what is the way
Suppose my code is
StringBuffer tokenstr=new StringBuffer();
tokenstr.append("technician education systems of the Cabinet has approved the following");
I want output
"technician-education-systems-of-the-Cabinet-has-approved-the-following"
thanks