diff options
author | sr55 <[email protected]> | 2009-06-13 19:55:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-13 19:55:49 +0000 |
commit | 5cfad5e676367d676220e75c2da3a72bc0732459 (patch) | |
tree | b8c8e3b113510891c978b99584c3b27a849a6033 /win/C#/Functions/QueryParser.cs | |
parent | 61ee3250a66a273d3bf7b7594b5b8656993bc33f (diff) |
WinGui:
- New subtitle tab. All complaints to j45 please.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2531 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/QueryParser.cs')
-rw-r--r-- | win/C#/Functions/QueryParser.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/C#/Functions/QueryParser.cs b/win/C#/Functions/QueryParser.cs index 659073adf..5c1576cd4 100644 --- a/win/C#/Functions/QueryParser.cs +++ b/win/C#/Functions/QueryParser.cs @@ -97,10 +97,6 @@ namespace Handbrake.Functions #region Regular Expressions
- // Useful Destination Finder
- //Regex r1 = new Regex(@"(-i)(?:\s\"")([a-zA-Z0-9?';!^%&*()_\-:\\\s\.]+)(?:\"")");
- //Match source = r1.Match(input.Replace('"', '\"'));
-
//Source
Match title = Regex.Match(input, @"-t ([0-9]*)");
Match chapters = Regex.Match(input, @"-c ([0-9-]*)");
|