Back to SPR List Previous Next
REGREP can not return a null string result
Minor Closed - Fixed Found:XS.01.11 12 MAY 2009 Fixed:XS.01.12 12 MAY 2009

DETAILS
 If the result of using the REGREP (replace regular expression) function should be a null
 string ("") then the function will return the original string instead.
EXAMPLE PROGRAM
 write [regrep('aaaaa','a+','',1,2)]
WORKAROUND
Back to SPR List Previous Next