The input string to search within.
The starting delimiter string.
The ending delimiter string.
The maximum number of substrings to extract. If set to -1, all matches are returned.
An array of substrings found between the specified start and end delimiters.
Extracts all substrings from the input string that are found between the specified start and end delimiters.