Howdy,
I am trying to build a regex statement that would retrieve the value: 109 minutes.
$pattern = "[0-9] /minutes/";
This is what I got, but it still doesnt work. Any suggestions?
Howdy,
I am trying to build a regex statement that would retrieve the value: 109 minutes.
$pattern = "[0-9] /minutes/";
This is what I got, but it still doesnt work. Any suggestions?
Code:/\d+ minutes/