A
anbuselv
Guest
USING Progress.Lang.*. USING System.Text.RegularExpressions.*. Hi i am getting compile error for Regex referee in ABL ? anything specific need to be corrected for link ? the same is working fine in PDSOE. any information will he me. BLOCK-LEVEL ON ERROR UNDO, THROW. CLASS TOOLS.externals.TextSanitizer: CONSTRUCTOR PUBLIC TextSanitizer ( ): SUPER (). END CONSTRUCTOR. METHOD PUBLIC CHARACTER SanitizeSql( INPUT pInputText AS CHARACTER ): DEFINE VARIABLE RESULT AS CHARACTER NO-UNDO. DEFINE VARIABLE regexp AS Regex NO-UNDO.
Continue reading...
Continue reading...