Added regex validation and help for issue #98

This commit is contained in:
MikeMaximus
2018-02-06 09:40:57 -06:00
parent 66d280df49
commit e7b3f809f1
6 changed files with 46 additions and 6 deletions
+18
View File
@@ -177,6 +177,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to http://regexr.com/?expression=[PARAM]&amp;text=test.
'''</summary>
Friend ReadOnly Property AppURL_RegExr() As String
Get
Return ResourceManager.GetString("AppURL_RegExr", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Back.
'''</summary>
@@ -1968,6 +1977,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The process is not a a valid regular expression.[BR][BR]Would you like help validating and testing your regular expression? [BR][BR]This will open your web browser and requires the internet..
'''</summary>
Friend ReadOnly Property frmGameManager_ErrorRegExFailure() As String
Get
Return ResourceManager.GetString("frmGameManager_ErrorRegExFailure", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to You must enter a valid game name..
'''</summary>