args.Content;
Is dynamic.
On this example it has this value and it represents a script input:
<div class="b-db">
<span class="b-db-ac b-db-ac-th" role="button"></span>
<span class="b-db-ac b-db-ac-th" role="button"></span>
<span class="b-db-ac b-db-ac-th" role="button"></span>
<span class="b-db-ac b-db-ac-th" role="button"></span>
<span class="b-db-ac" role="button"></span>
</div>
How do you count number of instances of span with the class="b-db-ac b-db-ac-th"?
On this example output should be: 4