Extract the inner text of a <span> whose class contains {name}. Uses a simple, non-greedy regex that covers the common markup pattern.
<span>
{name}
Extract the inner text of a
<span>whose class contains{name}. Uses a simple, non-greedy regex that covers the common markup pattern.