Ouims

Results 16 comments of Ouims

I am currently writing an ERE regex engine, which will be convertible to js easily, the 'only' thing left to do are alternatives and groups, I hope to have time...

You're entirely correct, this is due to python being emulated by PCRE on the website, a better 'test' is to use \w, which matches é by default (read: without the...

I'll have to agree with @OP there, it is extremely frustrating and not friendly nor teaching you anything at all when you spend time on fixing/working on your regex and...

Wouldn't it be best to let pcre2 runs the expression and let it finds out if a lookbehind ends up being non fixed length and get the error there?

add the python label because python is still being emulated by pcre1 (possibly pcre2 now?), there are various issues with the label python which are related to side handling of...

This change is good but people who consider themselves 'aware' would still like to have the old design. I think that what Timvde suggested is great but we just need...

Before you already had the functionnality, there was a save/update and fork button, though forking used to default to use the original various values (pattern, input, etc) and you had...

Hello, feedback on this. Totally agreed that nothing automagical should be in place, do not assume my data encoding or line ending if i can explicitely tell it to you....

Python on the website needs an update as a whole because it was designed for old python, I believe this is being worked on, @firasdib ?

Did you ever fix this @firasdib ?