The following is a very nice solution to remove all leading white spaces in a String, it uses the prototype functionality to add a method trimLeading to the String class: <script type="text/javascript"> You can use this new function in the following way: <script type="text/javascript"> |
