[Solved] Why does this regex not match as expect? November 7, 2022 by Kirat ^(\d{5})\D{0,3}(\d{4})$ remove the second ^.See demo. https://regex101.com/r/hV6rA2/3 0 solved Why does this regex not match as expect?