#!/bin/bashgrep -oE '[0-9]{,2}_' <<< "12_ 21"grep -oP '[0-9]{,2}_' <<< "21_ 1{,2}_"
Standard input is empty
12_ 1{,2}_
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!