byteface / domonic

Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library.
https://domonic.readthedocs.io/
MIT License
129 stars 13 forks source link

regex class - need more work #24

Open byteface opened 2 years ago

byteface commented 2 years ago

I've realised flagging some things as help wanted works. 2 tickets closed recently by someone else.

So I will make effort to let people know what I will probably be slow getting too.

Regex is a class low down my radar and I've only done what's needed as I go. if anyone needs this or wants to take it on, then go ahead. Realistically i wont get to it otherwise for a while yet as still busy on other areas.

byteface commented 2 years ago

the class RegExp() is in javascript module. and would probably need tests etc. good luck.

lol.

I did toy with the idea of it doing both python and regex type regexes if you set a flag. and using a lib by someone else.