Hi All,
Is anyone able to explain why the below code is giving me the index error and in the similar challenge in the 'Initiation' Station the same is not giving the index error?
re.findall(f"(?<=\{start})(.*?)(?=\{end})", text)[0]
Thanks!
Created at: 2022/11/10 11:08; Updated at: 2022/11/10 16:12
The question is resolved.