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
Menu