#!/bin/bashMY_VAR="s3://model/;s3://another/model"echo $MY_VAR | grep -Po 's3.+?model'
Standard input is empty
s3://model s3://another/model
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!