#!/bin/bashs="constA 3.1415; //some comments"value="$(sed -En 's/constA[[:blank:]]+([0-9][0-9.]*).*/\1/p' <<< "$s")"echo $value
Standard input is empty
3.1415
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!