extract abstract method

T? extract(
  1. String? input
)

Extracts elements from input and returns them.

Implementation

T? extract(String? input);