Return the slice of the input that precedes the matched substring. If no match was found, null is returned.
See Implementation
Return the slice of the input that precedes the matched substring. If no match was found, null is returned.