str = 'This is first line \n 2 line start from her\ Service Name: test \n some 4 line \n User Name: amit \n some something \n Last Name: amit amit \n
基本上我感興趣的是獲取服務名稱和用戶名。 我應該使用正則表達式來做到這一點。 我想創建一個字典一樣更好的方式從字符串中提取值
dict['service_name'] = 'test'
dict['user_name'] = 'amit'
dict['last_name'] = 'amit amit'
那麼搜索和獲取價值的最佳途徑。
感謝
添加一些strip()s,你在那裏IMO。 – 2010-12-09 11:51:14