Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

/
(\d{4})-(\d{2})-(\d{2})\s(\d{2}):(\d{2}):(\d{2})
/
gm

Description
Created·2021-10-14 15:49
Type·Substitution
Flavor·PCRE2 (PHP)

Convert your date from yyyy-mm-dd to mm/dd/yyyy and your time from hour:minute:second to hour:minute.

You can manipulate the data further with your own function.

Submitted by Anonymous
Open Workspace