abbas Posted August 19, 2019 Posted August 19, 2019 (edited) tried some online services saying wrong format blah blah... Spoiler ^"\/Date\((?<ticks>-?[0-9]+)(?:[a-zA-Z]|(?:\+|-)[0-9]{4})?\)\/" Edited August 20, 2019 by abbas
AvaTar MaDara Posted August 20, 2019 Posted August 20, 2019 try this ^"\/Date\((\?<ticks>-?[0-9]+)(?:[a-zA-Z]|(?:\+|-)[0-9]{4})?\)\/"
Insid3Code Posted August 21, 2019 Posted August 21, 2019 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)/ 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now