ikforth icon indicating copy to clipboard operation
ikforth copied to clipboard

Improve implementation of 17.6.2.2255 SUBSTITUTE

Open ikysil opened this issue 5 years ago • 0 comments

Followup for #13

  • replace reference implementation with a state machine populating one of the two buffers and switching between them when a delimiter is found in the input;
  • remove usage of global variables;

ikysil avatar Oct 17 '20 21:10 ikysil