Return to Snippet

Revision: 2025
at December 19, 2006 06:25 by nicolaspar


Initial Code
function pintar( q, str )
	Set regEx = New RegExp
	regEx.Pattern = q
	regEx.IgnoreCase = True
	regEx.Global = True
	TextosResultado = regEx.Replace(str, "<font style=""background-color:#FAEEEF"">"& q &"</font>")
	pintar = TextosResultado
end function

Initial URL


Initial Description


Initial Title
ASP - Pintar str buscado

Initial Tags


Initial Language
ASP