paragraph_divider needs to be a regular (thread-unsafe) regex
since it gets passed to ts_regex.split, which is thread-safe and wants to use regs.
Showing
Please register or sign in to comment
since it gets passed to ts_regex.split, which is thread-safe and wants to use regs.