elixir uppercase letter regex

Developer from somewhere

How to match uppercase unicode characters in Elixir

Part of the solution of the 2nd exercise on exercism.io

String.match?("УХОДИ", ~r/\p{Lu}{2,}/u)