Community Patterns

Community Library Entry

2

Regular Expression
Created·2014-12-20 00:16
Flavor·PCRE (Legacy)

/
(Alias):\W+([[:print:]]+).+(Email address):\W+([[:print:]]+).+(Starts):\W+([[:print:]]+).+(Expires):\W+([[:print:]]+).+(Reminder):\W+([[:print:]]+).+
/
Open regex in editor

Description

Given the HTML of an alias's control panel, apply the XPath "//span[@class='maintext']". The second result returned can be parsed by this regex to yield the most pertinent field names and their values.

Submitted by Crumeniferus