]> git.8kb.co.uk Git - dataflex/dfregex/blob - README.md
No need to escape standard characters.
[dataflex/dfregex] / README.md
1 POSIX Regex functions for DataFlex 3.2\r
2 --------------------------------------\r
3 \r
4 Requires:\r
5         DataFlex 3.1c onwards\r
6         GCC or compatible compiler like MinGW\r
7         GNU regex libraries for windows \r
8                 http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex\r
9 \r
10 I created this because despite VDF (Visual Dataflex) users being able to leverage\r
11 vbscript.dll in Windows via COM to do regex operations, it seems that Console Mode \r
12 users are out of luck.\r
13 \r
14 Despite being GNU libraries, this is intended to be used on Microsoft Windows\r
15 using the DataFlex external_function import.  No doubt if you're using DataFlex\r
16 on Unix you can get these to work with minimal modifications.\r