2

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.

Alberto
  • 4,212
  • 5
  • 22
  • 36

1 Answers1

2

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

Dennis
  • 491
  • 5
  • 13