We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed7b0a commit c035d73Copy full SHA for c035d73
src/RestSharp/Extensions/StringExtensions.cs
@@ -25,7 +25,7 @@ namespace RestSharp.Extensions
25
public static class StringExtensions
26
{
27
static readonly Regex DateRegex = new Regex(@"\\?/Date\((-?\d+)(-|\+)?([0-9]{4})?\)\\?/");
28
- static readonly Regex NewDateRegex = new Regex(@"newDate\((-?\d+)*\)");
+ static readonly Regex NewDateRegex = new Regex(@"newDate\((-?\d+)\)");
29
30
static readonly Regex IsUpperCaseRegex = new Regex(@"^[A-Z]+$");
31
0 commit comments