Regular Expressions 101

Community Patterns

Time Sync Regex

0

Regular Expression
Python

r"
\TSY\|(?P<timeRef>[0-9].)\s(?P<timeTag>[0-9]*)
"
g

Description

Returns the value of an epoch time sync with a time reference

Submitted by anonymous - 5 years ago