I have the following string in my Apache Velocity (vs 1.4) Script: Pippo_all_1.0.1_2025-01-20.txt. The following regex expression doesn't match: "^(.*?)(\d+\.\d+\.\d+)_(\d{4}-\d{2}-\d{2})\.txt$"). Do you know why? Thank you.