İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php function get_revision_from_string($string) {
|
||||
|
||||
preg_match('/(?i)(?<=rev)\w+/', $string, $matches);
|
||||
$number = $matches[0] ?? "";
|
||||
return $number;
|
||||
} ?>
|
||||
Reference in New Issue
Block a user