Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Regex.h for windows

Tags:

c

regex

windows

I'm using Code::Blocks on Windows to write a dll in C. I need to include regex.h. What's the simplest way to get regex.h for win?

like image 585
Antonio F. Avatar asked Nov 22 '11 17:11

Antonio F.


1 Answers

Go to http://www.pcre.org/

A precompiled Windows port of PCRE, which may be a few versions behind, is available courtesy the GnuWin32 project.

• http://gnuwin32.sourceforge.net/packages/pcre.htm

like image 199
pmg Avatar answered Sep 20 '22 21:09

pmg