Howdy;<br>Finally getting around to tweaking some html snippets, and I'm stuck - <br><br>this is what I have:<br><li id="${1}"><a href="#">$1</a></li>$2<br clear="all"><br>what I'm trying to accomplish is (replacing the spaces with underscores and making it all lowercase)<br>
<li id="this_is_a_mixed_case_string_with_spaces"><a href="#">This is a Mixed case String with SPACES</a></li><br><br>I'd really like to understand how to accomplish this (rather than just get an answer).<br>
<br>thanks in advance<br><br>saul<br>