google spreadsheet - XPATH query: possibility of using "*" inside string -


i use xpath //div[@class='card details1']. works.

could use //div[@class='card details*'] classes card details 1,2 inside div whatever comes back?

when tried it didn't work. there way me use wildcard * inside xpath itself, without external programming?

found way use xpath : "starts-with(@class,'card details')" can use contains


Comments

Popular posts from this blog

javascript - generate date range base on integers -

PHP and MySQL WP -