libregex

by Kuraudo
Add regular expression functionality to your projects
Version 0.4 · Date Added: 8/21/09

If you wish to download this library for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Kuraudo.libregex##version=4

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Kuraudo.libregex##version=4

Currently this library supports regex searching, matching and replacing, with both case-sensitive and case-insensitive variants.

The C++ portion of this library is released under the GNU LGPL license.

Update 08/22/09: I've included compiled .dll and .so files in the /bin directory. These are distributed without any guarantees or warranty; if they don't work for you, you can compile the source yourself (it is in the /src directory).