Regular Expressions 101

Community Patterns

404-handler for EPiServer CMS

0

Regular Expression
PCRE (PHP <7.3)

/
^([a-zA-Z0-9\/_\.\-]+)(\s+?)([a-zA-Z0-9\/\.\-\:\_]+)(.+)?$
/
gim

Description

This is a regex to parse Excel data and to construct XML fragments to be used in an import file for 404-handler for EPiServer CMS.

Submitted by anonymous - 7 years ago