Searched refs:timestamp_and_id_pattern (Results 1 – 1 of 1) sorted by relevance
41 RE2 timestamp_and_id_pattern("\\d{4}-\\d{2}-\\d{2}T[[:^blank:]]*\\s\\d+"); in PostProcessOutput() local42 return RE2::GlobalReplace(input, timestamp_and_id_pattern, "${TIME} ${ID}") > in PostProcessOutput()