:Pythonの:特殊文字の文字列を検索する私のpythonコードで
_response = '"hidden" name="transactionA**rr**ay" value="[{"id":519292,"status":0,"parentid":"'
_responseVal = 'transactionA**r**ay" value="[{"id":'
_breakStr = ','
startIndex = _response.find(_responseVal) + len(_responseVal)
remString = _response[startIndex:]
print 'Remaining string: '+remString
私の検索文字iが 残りの文字列を取得代わりに、存在していないように私は、空の文字列を期待しています:
適切にあなたのコードを編集し、それが問題である何 – Petrucio
を読むことは不可能ですしてください? [faq]と[ask] –