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

Submit

Login to submit.

Statistics

91% Solution Ratio
rebornEarliest, Jan '23
rebornFastest, 0.0s
Kuddus.6068Lightest, 4.9 MB
touhidurrrShortest, 10B
Toph uses cookies. By continuing you agree to our Cookie Policy.