Details
-
Question
-
Status: Resolved
-
Not specified
-
Resolution: Done
-
None
-
None
-
None
Description
Which of these two implementations, of the same functionality, is quicker at runtime?
IMPORT STD;
s := '2022/01/27';
REGEXREPLACE('[^0-9]',s,'');
STD.Str.Filter(s,'0123456789');