Good morning, I have a problem related to yesterday's question
Ex:
4096 2021-11-09 09:24 Timer Tools.zip
How could I use a regex to separate this code into 4 parts, the last data having spaces in it?
I thought of something like that:
$1 (4096)
$2 (2021-11-09)
$3 (09:24)
$4 (Timer
Tools.zip)