我有一个字符串,我需要搜索这个字符串并能够将地址详细信息分配给一个变量:
它在字符串中的外观:
infoone:"infoone"infotwo:"infotwo"address:"123 fake street pretend land"infothree:"infothree"infofour:"infofour" address:"345 fake street pretend land"infofive: "infofive"infosix: "infosix"
我将如何使用正则表达式来搜索这个字符串,以仅在单词地址之后提取反逗号中的数据,?
注意:我不能定位短语“123 fake street fake land”,因为这只是使用引号中可能出现的内容的示例。