Compiler — v.6.0.0
Implemented Regular Expressions (Lab6)
-
Russian City Telephone Numbers Validation
- Add a regular expression (RE) to validate Russian city telephone numbers.
- Format: 7 digits separated by spaces or dashes, without the city code.
- Example: "123 45 67", "987-65-43".
-
Russian Full Name Validation
- Add a regular expression to describe Russian full names (surname, first name, and patronymic).
- Example: "Иванов Иван Иванович", "Петрова Анна Петровна", "Сидоров Сергей Александрович".
-
Latitude Validation
- Add a regular expression to describe latitude, considering the correct range of values.
- Example: "-90", "0.5", "45", "-10.23".