Have no clue whether it is a problem of zenno or the regexp interpreter it uses but when you have a list with a few hundred lines, running regexps like:
[\w\W]*?(?=Something)
Are extremely slow, infact I could never ever wait for these operations to complete.
Do you have any idea what to use instead of it?
Thanks!
[\w\W]*?(?=Something)
Are extremely slow, infact I could never ever wait for these operations to complete.
Do you have any idea what to use instead of it?
Thanks!