html_string "<span class=\"verse\"><strong>1<\/strong>\u00a0hello world how are you?,<span class=\"trans\" title=\"\u00a0Greek brothers.\">t<\/span> I am fine thank you.<\/span><span class=\"verse\"><strong>2<\/strong>\u00a0this world is very bad.<\/span><span class=\"verse\"><strong>3<\/strong>\u00aall me are good,<\/span>"
クラスverseを持つスパン内のテキストを抽出したいだけで、クラスtransを持つスパンからのテキストを含めるべきではありません。
結果は配列形式でなければなりません。
上記の文字列から、次のような結果を取得する必要があります
["\u00a0hello world how are you? I am fine thank you","\u00a0this world is very bad.","\u00aall me are good,"]
ありがとう