Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は次のような文字列を持っています:funcname("data")、2階から来ています。今、funcname、データを2つのNSString変数に保存したい、つまり、間""にある文字列と前の文字列を見つける必要があります'('。
funcname("data")
""
'('
さまざまなトークンを簡単に解析するのに役立つ非常に便利なクラスNSScannerがあります。