regulex icon indicating copy to clipboard operation
regulex copied to clipboard

:construction: Regular Expression Excited!

Results 23 regulex issues
Sort by recently updated
recently updated
newest added

Add support atomic grouping and possessive quantifiers, should close #10 Atomic grouping: https://www.regular-expressions.info/atomic.html Possessive Quantifiers: https://www.regular-expressions.info/possessive.html Python implement this in https://github.com/python/cpython/issues/34627 since 3.11 (Pre release).

Thank you very much for this excellent tool! I love using it, it really helps I saw I can't use the negative look behind syntax ?

duplicate

regexp: `/[ -~]/` is a set what is from space key to wave key, but visual result is wave key and split key set wrongly.

The regex: `color: #[0-9A-F]{6};` Erroneous: ![grafik](https://user-images.githubusercontent.com/25632350/94450509-a9857d80-01ad-11eb-98e9-387709700b1a.png) Should be: ![grafik](https://user-images.githubusercontent.com/25632350/94450718-e3ef1a80-01ad-11eb-8dea-adda978eb7e5.png) The path goes through the letters at least once, so we can do that only 5 times more, not 6 times.

I want to match text like this: it can only contain lowercase letters, numbers, English. and underscores. the Regular expression is:` /^[a-z_\d.]+$/ ` but something wrong with the displayed image...

Support `/\u{12345}/u` .

Author Can you live? The world needs you

vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in callback for watcher "formInfo.reg_param": "Error: define cannot be used indirect" Vue下面会报出如上错误,怎么使用