<?php
	preg_match_all('/^(([a-z]+\[[a-z| |,]+\])\,?)+$/', $methods, $result);
    echo $result;
?>