Posted August 19, 20196 yr tried some online services saying wrong format blah blah... Spoiler ^"\/Date\((?<ticks>-?[0-9]+)(?:[a-zA-Z]|(?:\+|-)[0-9]{4})?\)\/" Edited August 20, 20196 yr by abbas
August 21, 20196 yr On 8/20/2019 at 12:22 AM, abbas said: tried some online services saying wrong format blah blah... You can try modofied RegEx (compatible with javascript) ^"\/Date\((-?[0-9]+)(?:[a-zA-Z]|(?:\+|-)[0-9]{4})?\)\/" Matching: "/Date(-01234567890A)/" ^"\/Date\((-?[0-9]+)(?:[a-zA-Z] | (?:\+|-)[0-9]{4})?\)\/" or "|" Matching alternative: "/Date(-0123456789-1234)/ "/Date(-0123456789+1234)/
Create an account or sign in to comment