Added regex validation and help for issue #98
This commit is contained in:
Generated
+18
@@ -177,6 +177,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to http://regexr.com/?expression=[PARAM]&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 &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>
|
||||
|
||||
Reference in New Issue
Block a user