How to write the data captured by CSS selector directly to result? after being filtered by regular expressions

if you use the CSS selector to grab it, for example:
address: Lane 566 Zhongshan South Road, Lane 600 Zhongshan South Road
Unit Price: about 138577 yuan / square meter

Code is "averageprice": response.doc (".pr > dd"). Text (), "address": response.doc (" .addressInfo > p"). Text ()

)

how to filter the data after the first colon and the pure digits of the second line directly with regular expressions, and then write result?

Mar.03,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a43c-2c1f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a43c-2c1f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?