Remove "közott" for timespans
This commit is contained in:
parent
f05938c867
commit
130140e910
|
@ -104,6 +104,7 @@ final class NodaTimeSplitter {
|
|||
|
||||
while (strpos($input, " -") !== false) $input = str_replace(" -", "-", $input);
|
||||
while (strpos($input, "- ") !== false) $input = str_replace("- ", "-", $input);
|
||||
if (stripos($input, "között") !== false) $input = str_replace("között", " ", $input);
|
||||
|
||||
return trim($input, ", [](){}");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user