[Progress Communities] [Progress OpenEdge ABL] Forum Post: Regex class or interface not found error (12886) in linux OS

  • Thread starter Thread starter anbuselv
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top