I tried to run the following codes on Geany and it reported errors. The same 
codes worked fine on Google Colab. Can anyone help me here? Thanks.
 
import re
match=re.search(r'\d\s*\d\s*\d', 'xx1 2 3xx')
match.group()


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2749

Reply via email to