Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: marss
  • Order by date
  1. marss

    Regular Expressions

    Here I write example, maybe it helps: <html> <head> <script language="javascript"> <!-- function replaceComment() { var text = document.getElementById("ta1").value; var res, pattern; pattern = /(-->)([\s\S]*)(<!--)/mg; res = text.replace(pattern, "$1\n"+"new text"+"\n$3")...

Part and Inventory Search

Back
Top