- Timestamp:
- 06/08/16 15:23:55 (8 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13629,13635
- Property svn:mergeinfo changed
-
stable/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/CommandLineArgumentHandling.cs
r12009 r13882 43 43 44 44 private static ICommandLineArgument ParseArgument(string entry) { 45 var regex = new Regex(@"^/[A-Za-z]+(: [A-Za-z0-9\s]+)?$");45 var regex = new Regex(@"^/[A-Za-z]+(:\w[\w\s]*)?$"); 46 46 bool isFile = File.Exists(entry); 47 47 if (!regex.IsMatch(entry) && !isFile) return null;
Note: See TracChangeset
for help on using the changeset viewer.