With BeautifulSoul and Python, I want to find_all
all the tr
items matching a given class attribute that contains multiple names like this one:
<tr class="admin-bookings-table-row bookings-history-row paid ">
I have tried several ways to match that class. Regular expressions, wildcards but I always get an empty list.
Is there any way to use regular expressions, wildcards or how to match this class?
There is posted the same question here with no answer.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…