im pretty new in python and i didnt get how to use the re.split function. for example if i have a string and i want to split it by two conditions: first one splitting when " [ " appears second one when "]" appears -- https://mail.python.org/mailman/listinfo/python-list
- using re.split function david burstein