<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to cActionParseRegex</title><link>https://sourceforge.net/p/synwrite/wiki/cActionParseRegex/</link><description>Recent changes to cActionParseRegex</description><atom:link href="https://sourceforge.net/p/synwrite/wiki/cActionParseRegex/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 03 Dec 2012 08:04:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/synwrite/wiki/cActionParseRegex/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage cActionParseRegex modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/cActionParseRegex/</link><description>This action can be called by plugin to parse some regex (regular expression) into subparts. 

Subparts are surrounded by braces in regex and are numbered from 1 to 8.
For example: string "www 123-44" can be parsed by regex "(\w+) (\d+)-(\d+)" into subparts
"www", "123", "44", others are empty.
If you pass bad regex for a string, all subparts will be empty.

Parameters:

- **A1** (PWideChar) - regular expression.
- **A2** (PWideChar) - data string.
- **A3** (PSynRegexArray) - pointer to structure which gets resulting subparts.
- **A4** - not used.

Return value: not used.

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Mon, 03 Dec 2012 08:04:39 -0000</pubDate><guid>https://sourceforge.netc08534f85c7176c5a01de2325ceeca16ea5115be</guid></item></channel></rss>