Zooflow: MASSIVE Clean up in Globix Module
This commit is contained in:
@@ -30,20 +30,12 @@ Module ModuleHelpers
|
||||
End Try
|
||||
|
||||
End Function
|
||||
Public Function CheckSpecialSigns(ByVal str As String)
|
||||
Try
|
||||
Dim pattern As String = "[!""#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~\s]"
|
||||
Dim matches As MatchCollection = Regex.Matches(str, pattern)
|
||||
Return matches.Count
|
||||
Catch ex As Exception
|
||||
MsgBox("Unexpected error in CheckSpecialSigns: " & ex.Message, MsgBoxStyle.Critical)
|
||||
Return 0
|
||||
End Try
|
||||
End Function
|
||||
Public Sub Refresh_RegexTable()
|
||||
|
||||
Public Sub NNRefresh_RegexTable()
|
||||
Dim oSQL = "select * from TBGI_FUNCTION_REGEX"
|
||||
My.Application.Globix.DT_FUNCTION_REGEX = clsDataASorDB.GetDatatable("DD_ECM", oSQL, "TBGI_FUNCTION_REGEX", "", "")
|
||||
End Sub
|
||||
|
||||
Public Function GetConnectionString(id As Integer)
|
||||
Dim connectionString As String = ""
|
||||
Try
|
||||
|
||||
Reference in New Issue
Block a user