我有一列包含所有看起来像这样的数据(需要分隔的值带有类似(c)的标记):
UK (c)
London
Wales
Liverpool
US (c)
Chicago
New York
San Francisco
Seattle
Australia (c)
Sydney
Perth
Run Code Online (Sandbox Code Playgroud)
我希望将其分为两列,如下所示:
London UK
Wales UK
Liverpool UK
Chicago US
New York US
San Francisco US
Seattle US
Sydney Australia
Perth Australia
Run Code Online (Sandbox Code Playgroud)
问题2:如果这些国家没有(c)的模式怎么办?