Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-12-16 17:02
Flavor·PCRE (Legacy)

/
^<row Id="([^"]*)" PostTypeId="([^"]*)" ParentId="([^"]*)" CreationDate="([^"]*)" Score="([^"]*)" Body="([^"]*)" OwnerUserId="([^"]*)" LastEditorUserId="([^"]*)" LastEditorDisplayName="([^"]*)" LastEditDate="([^"]*)" LastActivityDate="([^"]*)" CommentCount="([^"]*)"?.*$>
/
g
Open regex in editor

Description

Why test doesn't match the regex?

Submitted by anonymous