Skip to main content

extract_identifier_from_match

Function extract_identifier_from_match 

Source
pub fn extract_identifier_from_match(caps: &Captures<'_>) -> Option<String>
Expand description

Extract identifier from regex captures (first capture group, or last word of full match)