We Recommend

ASP.NET 3.5 Unleashed ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.


Posted By

nicolaspar on 12/19/06


Tagged


Versions (?)


ASP - Pintar str buscado


Published in: ASP 


  1. function pintar( q, str )
  2. Set regEx = New RegExp
  3. regEx.Pattern = q
  4. regEx.IgnoreCase = True
  5. regEx.Global = True
  6. TextosResultado = regEx.Replace(str, "<font style=""background-color:#FAEEEF"">"& q &"</font>")
  7. pintar = TextosResultado
  8. end function

Report this snippet 

You need to login to post a comment.