İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php function get_variables_from_pattern($patternString) {
|
||||
preg_match_all('/{(.*?)}/',$patternString, $matches);
|
||||
return $matches[1];
|
||||
} ?>
|
||||
Reference in New Issue
Block a user