Within the Span

Limits 1s, 512 MB

You will be given a snippet of HTML. The HTML will have at most one <span> element. You will have to extract the the contents within the <span> element: <span>…</span>.

Sample

InputOutput
HTML is <span>not a programming language</span>.
not a programming language