File tree Expand file tree Collapse file tree
src/cljx/xapi_schema/schemata Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 #"^((1\. 0\. ([0-9]+)(?:-([0-9a-zA-Z-]+(?:\. [0-9a-zA-Z-]+)*))?)(?:\+ ([0-9a-zA-Z-]+(?:\. [0-9a-zA-Z-]+)*))?)$" )
3030
3131(def DurationRegEx
32- #"P(?:(?:\d +D|\d +M (?:\d +D)?|\d +Y(? :\d +M(?:\d +D)?)?)(?: T(?:\d +H(?:\d +M(?:\d +S)?)?|\d +M(?:\d +S)?|\d +S)) ?|T(?:\d +H(?:\d +M(?:\d +S)?)?|\d +M(?:\d +S)?|\d +S)| \d +W)" )
32+ #"P(?:(?:(?: \d +D|\d +\.\d +D$)|(?: \d +M| \d + \.\d +M$) (?:\d +D| \d + \.\d +D$ )?|(?: \d +Y| \d + \.\d +Y$)(:?(? :\d +M| \d + \.\d +M$) (?:\d +D| \d + \.\d +D$ )?)?)(:? T(?:(?: \d +H| \d + \.\d +H$) (?:(?: \d +M| \d + \.\d +M$) (?:\d +S| \d + \.\d +S$ )?)?|(?: \d +M| \d + \.\d +M$) (?:\d +S| \d + \.\d +S$ )?|(?: \d +S| \d + \.\d +S$))) ?|T(?:(?: \d +H| \d + \.\d +H$) (?:(?: \d +M| \d + \.\d +M$) (?:\d +S| \d + \.\d +S$ )?)?|(?: \d +M| \d + \.\d +M$) (?:\d +S| \d + \.\d +S$ )?|(?: \d +S| \d + \.\d +S$))|(?: \d +W| \d + \.\d +W$) )" )
3333
3434(def Base64RegEx
3535 #"^(?:[A-Za-z0-9\+\/ ]{4})*(?:[A-Za-z0-9\+\/ ]{2}==|[A-Za-z0-9\+\/ ]{3}=|[A-Za-z0-9\+\/ ]{4})$" )
You can’t perform that action at this time.
0 commit comments