Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » html » regexp javascript
  • parsin html by using regex in c#

    <meta name="keywords" content="IBM 7976KAG SYSTEM X3400 QC 1.60GHZ 2GB 3X73,sunucular, server, markalı sunucular, markalı server, hp sunucular, hp, ibm, ibm sunucular, ibm server, century server, century sunucular"> <meta name="description" content="Fiyat:1879$+KDV | Kdv Dahil:2.877,95YTL | Havale ile %3 ...
    Posted to Construction Advice (Forum) by caglar26 on April 27, 2008
  • letters, numbers and spaces only

    Good Day. I am using the following code to validate data on a HTML page function checkTermMoYr (strng) {  var error = "";  if (strng == "") {     error = "You didn't enter a Loan Term.\n";  } //var illegalChars = /\W/; var illegalChars = \s;   // allow only letters, numbers, ...
    Posted to Construction Advice (Forum) by ahbenshaut on January 26, 2007