<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/nrex/regex.cpp, branch 2.0-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/drivers/nrex/regex.cpp?h=2.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/drivers/nrex/regex.cpp?h=2.0-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-02-12T06:50:35Z</updated>
<entry>
<title>Forgot to correct the ERR_FAIL_COND_V.</title>
<updated>2016-02-12T06:50:35Z</updated>
<author>
<name>Julian Murgia - StraToN</name>
</author>
<published>2016-02-12T06:50:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=aec721b61fd8d493e5945475a4c5d783124be3cf'/>
<id>urn:sha1:aec721b61fd8d493e5945475a4c5d783124be3cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added RegEx::get_capture_start() method</title>
<updated>2016-02-12T06:45:12Z</updated>
<author>
<name>Julian Murgia - StraToN</name>
</author>
<published>2016-02-12T06:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e380ea8faca1ea9bbd3338a47ebc81ac01acc9bc'/>
<id>urn:sha1:e380ea8faca1ea9bbd3338a47ebc81ac01acc9bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright to 2016 in headers</title>
<updated>2016-01-01T13:50:53Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-01-01T13:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5be9ff7b6715a661e85f99b108f96340de7ef435'/>
<id>urn:sha1:5be9ff7b6715a661e85f99b108f96340de7ef435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated the RegEx library nrex to v0.1</title>
<updated>2015-12-04T21:18:41Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2015-12-04T21:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d0ddf150d9c7207f87409b5899297dae0fc0b708'/>
<id>urn:sha1:d0ddf150d9c7207f87409b5899297dae0fc0b708</id>
<content type='text'>
After implementing unit testing to nrex I caught and fixed some errors
so it should behave more like Python's RegEx In addition, I've added
version numbering so it should be able to tell if the library needs
updating. Here are a list of changes:

- Fixed zero count quantifiers failing.
- Fixed infinite recursion if quantifying zero length token.
- Fixed `$` (as a string pattern on its own) not matching.
- Fixed look behind rewinding beyond the start of the string.
- Added support for alternative back reference format `\g{1}` similar to
Python. This allows digits to be used immediately after back references.
- Number of capture groups are still limited to 9 by default but can now
be manually set, with option for no limit at all. (Python has no limit)
- Curly bracket quantifiers `{0}` no longer interpreted as a literal
string if previous token is not quantifiable. (Python behaviour)
</content>
</entry>
<entry>
<title>Exposed RegEx expanded option to scripts</title>
<updated>2015-11-07T11:03:24Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2015-10-20T09:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f0d246a7bce9f8f22e9886d474f1758e0c20d8cb'/>
<id>urn:sha1:f0d246a7bce9f8f22e9886d474f1758e0c20d8cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed segfault in RegEx.get_capture()</title>
<updated>2015-11-07T11:03:24Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2015-10-20T08:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=26b977c96795172b1e095c06222eb30cfc6f4cb7'/>
<id>urn:sha1:26b977c96795172b1e095c06222eb30cfc6f4cb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed incorrect failsafe return values</title>
<updated>2015-07-24T15:15:04Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2015-07-24T15:15:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=69eff35cd5758aa4a6d299989342ae0e08894a8f'/>
<id>urn:sha1:69eff35cd5758aa4a6d299989342ae0e08894a8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made RegEx API similar to old version</title>
<updated>2015-07-24T13:09:39Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2015-07-24T13:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=87c1e16834a21ac1e42321811cb0efcda4b91b9a'/>
<id>urn:sha1:87c1e16834a21ac1e42321811cb0efcda4b91b9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regex library Nrex initial port</title>
<updated>2015-07-24T00:18:46Z</updated>
<author>
<name>Lee Zher Huei</name>
</author>
<published>2015-07-24T00:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ef005d4f64d2ee2b35185d4fbdf2aea684cd4966'/>
<id>urn:sha1:ef005d4f64d2ee2b35185d4fbdf2aea684cd4966</id>
<content type='text'>
</content>
</entry>
</feed>
