Using the (...) pattern leads to extra memory allocation to store the matching substring, and using (?:...) instead allows to avoid this, so this way works faster.
Statistics: Posted by Physicist — Mon Jan 29, 2024 3:04 pm