[PHP] pobierz, plaintext $a = "Ala (ma) kota";$b = "/\((.*?)\)/";preg_match($b ,$a, $c); echo $c[1];[PHP] pobierz, plaintext