swift
1 2 let regex = try! NSRegularExpression(pattern: "<a href=\"https://www.nasdaq.com/symbol/.*\">(.*)</a>", options: [])
というコードの
swift
1(pattern: "<a href=\"https://www.nasdaq.com/symbol/.*\">(.*)</a>", options: [])
という部分を「https://quotes.wsj.com/US/ACRE?mod=md_nftw_hilo_quote」に置き換える正規表現を書こうとしているのですがわからなくて詰んでいます
ACREという部分を取り出すとしたらどう書くと良いのですか?
解決したのであれば質問をクローズしてください。