Segment.extract_values#
- Segment.extract_values(text)[source]#
Extract segment values from string.
Will extract all segment values found in text and convert to their integer representation. The text can contain multiple values for this segment, or other text (including segments) as long as a boundary (_ or ‘ ‘) separates the segment information.