'[....]' 内に保持されている文字だけを残すために、文字列から文字を削除するのを手伝ってくれませんか?
For example:
a = newyork_74[mylocation]
b = # strip the frist characters until you reach the first bracket [
c = [mylocation]
'[....]' 内に保持されている文字だけを残すために、文字列から文字を削除するのを手伝ってくれませんか?
For example:
a = newyork_74[mylocation]
b = # strip the frist characters until you reach the first bracket [
c = [mylocation]