Help for this page

Select Code to Download


  1. or download this
    <SCRIPT LANGUAGE="JavaScript">
    function ParseStringRegExp (strSource) {
    ...
      return (aryOutput);
    }
    </SCRIPT>
    
  2. or download this
    <%
    Function ParseStringRegExp (strSource)
    ...
    
    End Function
    %>