Skip to content

Change Regex signature

Latest

Choose a tag to compare

@iquito iquito released this 27 Mar 06:05

For the Regex methods the offset and flags options have been removed, and a new method introduced to do preg_match_all with the PREG_OFFSET_CAPTURE flag. This gives more reliable return types for static analysis.