Is this regex value safe from extreme values in the context of ruby language, please ?
a = b.match(%r{(.*)/(.*)})
I mean there is no backtracking possible, right?
I tried benchamarking this value but I believe it ok to use it.
aaaaaaaaaaaaaaa/aaaaaaaaaaaaaaa