コンテンツに「(SCIAN」という単語がある:li ノードを選択しようとしています。
<li>...</li>
<li class="">
Conception de systèmes informatiques et services connexes (SCIAN 541510)
</li>
<li>...</li>
私はこれを試して失敗しました:
(html/select
fetched
[[:li (html/has [(html/re-pred #"\w*SCIAN\b")])]])))
ご協力ありがとうございました!
注意: 私は成功せずにこれらのパターンを使用しようとしました 。