HigherOrderCO/Bend

(Request) Regular Expression library

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Not that I know of. Searched Regular Expression didn't see any issues or code related.

Describe the solution you'd like
If possible, I would like to perform many regular expressions at once. Currently have projects in python that run many at once using threads/multiprocessing. If bend finds a way to perform regular expressions across on CUDA cores, that I will be very enticing for me.

So I would like an re module for bend that is similar to python's.

Describe alternatives you've considered
I don't think there is an alternative for regular expression library/functions.

Additional context
Would like to perform a subset or all of python's re module.