#!/bin/bashif [[ '?xml abc def?' =~ \?xml[[:space:]]*(.*)\? ]]; then echo "${BASH_REMATCH[1]}";fi
Standard input is empty
abc def
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!