<?php $pattern = "/\[VAR:(.*?)\]/"; $string = "[VAR:one] once apon a time [VAR:two]. And then there was the time that [VAR:three] went to [VAR:four]"; ?>
Standard input is empty
Array ( [0] => Array ( [0] => [VAR:one] [1] => [VAR:two] [2] => [VAR:three] [3] => [VAR:four] ) [1] => Array ( [0] => one [1] => two [2] => three [3] => four ) )