#!/bin/bash s='123 456 857 112 i21.' grep -oP '\b[^\D37]+\b' <<< "$s"
Standard input is empty
456 112
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!