dachs.readers.find_in_log

dachs.readers.find_in_log(log: List[RawLogMessage], searchString: str | list, excludeString: str | list = None, Highlander: bool = True, Which: str = 'first', raiseWarning: bool = True) RawLogMessage | list[RawLogMessage] | None[source]

Returns (the first match of) a given Reagent if its ID is found in an input string, otherwise returns None