i-hate-regex
i-hate-regex copied to clipboard
Question about "lookahead" and "reflash".
I find two small questions about this. As follows:
- 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+|
- 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.
Hey @XDcat ,
- is not supported right now for the diagrams :(
- This should be fixed in the next version. I know it's trouble to have to readjust the pointer
Thank you for reporting :)
Tysvm for all your great work! Is there any date scheduled for the version including all lookahead/lookbehind?