Regular Expressions 101

Community Patterns

Match Integromat time

0

Regular Expression
ECMAScript (JavaScript)

/
(?<Year>\d{4})\-(?<Month>\d{2})\-(?<Day>\d{2})\T(?<Time>\d{2}\:\d{2}\:\d{2})\.\d{3}\w
/

Description

Create groups for each part of timecode from Integromat.

Submitted by Kirsten Jordaan - 2 years ago