From: glyn Date: Fri, 25 Sep 2015 16:01:52 +0000 (+0100) Subject: Changes to readme format X-Git-Url: https://git.8kb.co.uk/?p=dataflex%2Fdfregex;a=commitdiff_plain;h=3e6ef2ffef73803b0640adb524ce26343b727181 Changes to readme format --- diff --git a/README.md b/README.md index 25d0770..f560778 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -POSIX Regex functions for DataFlex 3.2 --------------------------------------- - -Requires: - DataFlex 3.1c onwards - GCC or compatible compiler like MinGW - GNU regex libraries for windows - http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex - -I created this because despite VDF (Visual Dataflex) users being able to leverage -vbscript.dll in Windows via COM to do regex operations, it seems that Console Mode -users are out of luck. - -Despite being GNU libraries, this is intended to be used on Microsoft Windows -using the DataFlex external_function import. No doubt if you're using DataFlex -on Unix you can get these to work with minimal modifications. +POSIX Regex functions for DataFlex 3.2 +-------------------------------------- + +Requires: +* DataFlex 3.1c onwards +* GCC or compatible compiler like MinGW +* GNU regex libraries for windows + http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex + +I created this because despite VDF (Visual Dataflex) users being able to leverage +vbscript.dll in Windows via COM to do regex operations, it seems that Console Mode +users are out of luck. + +Despite being GNU libraries, this is intended to be used on Microsoft Windows +using the DataFlex external_function import. No doubt if you're using DataFlex +on Unix you can get these to work with minimal modifications.