Anyway I have a script that mostly works using string replacement and regex but things like nested lists, lists with multiple lines per item and tables are proving challenging for someone of my level of programming skill. So I thought I need to do some learning.
When I search for text parsing the results mostly point me towards existing libraries that do it for you but I want to learn actually how to do it myself.
Thanks in advance.