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

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -