Hey, for a long time did not write something, the teacher this time again let me test their own things, found that there is a special character filter lax problem, so again write a function to filter special characters.
Function Chkinvaildword (Words)
Const invaildwords= "select|update|delete|insert|@|--|," ' need to filter characters with ' | ' Separated, the last ending character must be |
Chkinvaildword=true
Invaildword=split (invaildwords, "|")
Inwords=lcase (Trim (Words))
For I=lbound (Invaildword) to UBound (Invaildword)
If Instr (Inwords,invaildword (i)) >0 Then
Chkinvaildword=true
Exit Function
End If
Next
Chkinvaildword=false
End Function
Simpler, the use of the method is not said.
But start with a for each ... next write, but do not know why is not right, so instead of a for loop, feel uncomfortable, but can use!
PS: Today again a headache for a whole day, do not know when the damn headache can be good, otherwise, tomorrow's work I will be crippled! Look forward to a good situation tomorrow! )
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service