vendredi 19 juillet 2019

What means this Regex? [duplicate]

This question already has an answer here:

new RegexPattern(SK_PHONE_COMBINER.combine(Collections.singletonList("02"),
    "^(%s)(\\s)?([0-9](\\s)?){7}[0-9]"), PHONE_LANDLINE, null, Country.SK);

I have this code as an artwork but i cant figure out what .combine and .singletonList parts means. Can someone explain ?

The regex should be comparing strings with legal Slovakia telephone number format.

Three parts after regex means: type of number, validation function or not, country.

Aucun commentaire:

Enregistrer un commentaire