simba icon indicating copy to clipboard operation
simba copied to clipboard

Support bigger set of the regex syntax

Open eerimoq opened this issue 9 years ago • 0 comments

The regular expression module supports most commonly used regex syntax, but there are a few important parts missing. Those should be implemented.

  • Beginning ('^') and end ('$')of line.
  • Alternatives ('|').
  • Groups ((...)).
  • Multi line to match beginning and end at every newline.

Also, refactor and remove debug prints to reduce the code size and make the code more readable.

eerimoq avatar May 29 '16 10:05 eerimoq