Regular Expression in ABL?

Posted by Stefan Marquardt on 23-Jun-2011 07:11

Hello,

does ABL knows Regular Expressions like this very easy one, to check whether more characters are in a string (lookup is only for one char)?

System.Text.RegularExpressions.Regex:IsMatch("test!test","[!|^]")

Stefan

All Replies

Posted by Admin on 23-Jun-2011 07:19

No.

But it was mentioned during an ABL Info Exchange during PUG Challenge Americas. They put it on the list...

This thread is closed