extract_matches_all_internal: Extract All matches per pattern
Description
Internal function to extract matches using dual-text approach.
Usage
extract_matches_all_internal(
text_search,
text_raw,
row_ids,
patterns,
id_col_name,
verbose = FALSE,
cl = NULL
)