The strange phenomenon of sublime using regular search

first look at the normal, focusing on \ s {1} here, because it matches a space, so here matches the third one.
clipboard.png

(?<=SERVICE_URL":\s{2}").+(?=")

(?<=SERVICE_URL":\s{0,3}").+(?=")
(?<=SERVICE_URL":\s?").+(?=")

:
clipboard.png

does not write OK in zero-width assertions, so this is a loophole in sublime regular search for zero-width assertions? Can"t you add a quantitative limit to a zero-width assertion?

Sep.16,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3819d-2c0e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3819d-2c0e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?