curious-odd-man / RgxGen

Regex: generate matching and non matching strings based on regex pattern.
Apache License 2.0
86 stars 14 forks source link

Beginning and End of line symbols are not recognized if not first/last #32

Closed curious-odd-man closed 3 years ago

curious-odd-man commented 4 years ago

Describe the bug (^x|y$)

To Reproduce Steps to reproduce the behavior:

  1. With regex pattern (^x|y$)

image

Expected behavior

image

Environment (please complete the following information):

curious-odd-man commented 4 years ago

Interesting: image