How do i convert
'[update, /CoaddedRegriddedFrame[1]/OBJECT[1]/text()[1], Centaurus-AB]'
to a list of strings, eg.
['update', '/CoaddedRegriddedFrame[1]/OBJECT[1]/text()[1]', 'Centaurus-AB']
|
|
Without knowing more details about the input (do we really need to check if the brackets are there? commas are valid inside a field? ...) the simplest way probably is:
|
|||||
|
EDIT: oops. you want strip.. strip only takes first and last chars. Replace well remove all
|
||||
|
|
Note that using To get rid of the whitespace you could use
|
|||
|
|
|
There is probably a better way to do this, but the first way I think of is:
|
|||
|
|