Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about "lookahead" and "reflash". #70

Open
XDcat opened this issue Jul 26, 2020 · 2 comments
Open

Question about "lookahead" and "reflash". #70

XDcat opened this issue Jul 26, 2020 · 2 comments

Comments

@XDcat
Copy link

XDcat commented Jul 26, 2020

I find two small questions about this. As follows:

  1. About "lookahead", I find it can't lookahead forward. For example,
    | play around with regex | matches | expect output | real output |
    | ---------------------- | ---- | ---- | ---- |
    | (?<=num)\d+ | num123 | 123 | Error: Line 1: expected "?"(?<=num)\d+|
  2. When I input regex, it will reflash. But it will set the pointer to the start which makes trouble to input new word and then throws error.

Nonetheless, I absolutely love this util. It offers many samples and can display how the regex matching. Thank you for create this!
XD.

@geongeorge
Copy link
Owner

Hey @XDcat ,

  1. is not supported right now for the diagrams :(
  2. This should be fixed in the next version. I know it's trouble to have to readjust the pointer

Thank you for reporting :)

@jim-oflaherty-jr-qalocate-com

Tysvm for all your great work! Is there any date scheduled for the version including all lookahead/lookbehind?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants