Match The Type Of Adaptation To The Correct Example.

You can match directly against the type of v, but you need a value pattern to refer to the types to match, as a "dotless" name is a capture pattern that matches any value.

match the type of adaptation to the correct example. 1

Regex symbol to match at beginning of a line: ^ Add the string you're searching for (CTR) to the regex like this: ^CTR Example: regex That should be enough! However, if you need to get the text from the whole line in your language of choice, add a "match anything" pattern .: ^CTR. Example: more regex If you want to get crazy, use the end of line matcher $ Add that to the growing regex ...

match the type of adaptation to the correct example. 2