pcomplete-match-beginning

pcomplete-match-beginning is an alias for `match-beginning' in `pcomplete.el'.

(pcomplete-match-beginning SUBEXP)

Return position of start of text matched by last search.
SUBEXP, a number, specifies which parenthesized expression in the last
regexp.
Value is nil if SUBEXPth pair didn't match, or there were less than
SUBEXP pairs.
Zero means the entire text matched by the whole regexp or whole string.