Hi.
I would like a field to enter a phone number, a space, then any text: 380000000000 comment
I use this way: regex(.,‘[0-9]{12}[А-я]$’)
However, I am not using Russian, but Ukrainian, and I need to enter 1-2 letters that are different from Russian. I read your instructions for the regex function, but I still haven’t figured out how I can include the letter i in the range A-я. I also tried to add the range A-z, but the questionnaire senses that the letter i is written in a non-English layout, and does not allow such text.