For a string $x$, we use the notation $|x|$ to denote the length of (number of characters in) string $x$. Give an NFA (both the state diagram and the formal description) that recognizes the following language $A$ over alphabet $\Sigma = \{0, 1\}$:
$$A = \{vwv\mid v,w \in \{0,1\}^∗,|v| = 2\}$$
I guess what I'm confused about its the usage of v and w. Usually the problems I see just use w, or one variable.
Also, what is meant by its formal description?
