Forum Discussion
Ravik
12 years agoSuper Contributor
You can get the more information on below link -
http://www.regular-expressions.info/vbscriptexample.html
Refer below code
Sub Test
Set re = New RegExp
re.Pattern = ("[a-z]*")
If re.Test("[a-z]*") Then
msgbox "Successful match"
Else
msgbox "No match"
End If
End Sub
Related Content
- 7 years ago
- 8 years ago
- 6 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago