Visual DataFlex Reg Exp

304 Views Asked by At

I'm trying to implement into my simple app a very basic regular expression.. Can someone provide me an example ?

I use to develop in obj-c, php and javascript so usually exp are similar to

myExp = /pattern/

How to do this in DataFlex ?

Thank for your time.

1

There are 1 best solutions below

0
Dennis On

You may be able to use the package available in the Data Access forums or simply use the VB DLL that other developers use (also discussed in the attached thread):

Text compare function - generalTextCompare.txt