Regular Expressions 101

Community Patterns

iCal parser

0

Regular Expression
PCRE (PHP <7.3)

/
(BEGIN:VEVENT.*DTSTAMP:(\d{8}T\d{6}Z).*DTSTART:(\d{8}T\d{6}Z).*DTEND:(\d{8}T\d{6}Z).*SUMMARY:(.*)LOCATION:(.*)DESCRIPTION:(.*)UID:(.*)CREATED:(\d{8}T\d{6}Z).*LAST-MODIFIED:(\d{8}T\d{6}Z).*SEQUENCE:(\d{10}).*END:VEVENT)
/
mxUsg

Description

no description available

Submitted by anonymous - 4 years ago