Home | History | Annotate | Download | only in contrib

Lines Matching full:regex

52 def apply_regex(regex, line):
53 """Simple regex applicator.
55 @param regex: Regex to apply.
56 @param line: The line to apply regex on.
60 log_match = re.match(regex, line)
175 """Apply a line regex and save any information the parsed line contains.
179 # Regex for all the things.
209 # Regex for isolating the date and time from scheduler logs, eg:
241 # Regex for getting host status. Eg:
264 # Regex for getting hqe status. Eg: