I used to hear it before, today I saw the specific example of the forum for the first time.
<% Function GetTextFromHTML (strHTML) DIM STRPATRN STRPATRN = "<. *?> 'Regular expression string DIM regex set regex = new regexp' Defines a regular expression object regex.pattern = strpatrn regex.ignorecase = true ' The properties of the expression object are assigned. Ignore the case regex.global = true 'Looking from the entire string to match GetTextFromHTML = regex.replace (strHtml, "")' to replace the matching string into an empty string END FUNCTION
Response.write gettextfromhtml ("
The main function is to take the character between the