According to your regex, you must avoid spaces between " : "
Test this record: {"secret-key":"1234"}
{"secret-key":"1234"}
or update the regex by '"(secret-key)"\s*:\s*".*"
'"(secret-key)"\s*:\s*".*"