Click here to Skip to main content
16,016,306 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi, can anyone help me with this?
How can i read any words, numbers and length with the .txt files?
VB
Dim regex As String = "^[a-zA-Z]{6}[0-9]{1}[.](txt)$"
Posted
Comments
Matt T Heffron 22-Jan-14 13:43pm    
This question is kind of vague.
Use the "Improve question" above to tell us what you really want to do?

1 solution

Try this:
Dim regex As String =   "\.*[\.]com$"
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900