Answers for "vbnet check if string is only symbols"

VBA
0

vbnet check if string is only symbols

If System.Text.RegularExpressions.Regex.IsMatch(MyString, "^[`~!@#$%^&*()_\-+={}[\]|:;""'<>,.?/]+$") Then
'String is only numbers
End If
Posted by: Guest on July-30-2021

Code answers related to "vbnet check if string is only symbols"

Code answers related to "VBA"

Browse Popular Code Answers by Language