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