Closed SlMaker closed 4 years ago
@andgineer that one should be fine now
@Alexey-T for me both regex with [.-] are failing
[.-]
([.-]) you have to escape . if you want a dot itself and not meta-char "any symbol" ([\.-])
([.-])
.
([\.-])
147