extract text awk

C++
echo "Reply: [200/OK] bytes=29086 time=583ms" | awk -F'time=|ms' '{print $2}'

Source

Also in C++: