Function Found(strTarget, strPattern) Dim regEx Set regEx = New RegExp regEx.Pattern = strPattern regEx.IgnoreCase = False Found = regEx.Test(strTarget) set regEx = Nothing End Function
Function Found(strTarget, strPattern) Dim regEx Set regEx = New RegExp regEx.Pattern = strPattern regEx.IgnoreCase = False Found = regEx.Test(strTarget) set regEx = Nothing End Function
Copyright © 2025 | WordPress Theme by MH Themes
Social Widgets powered by AB-WebLog.com.
Leave a Reply