Multilingual capitalisation regular expression (regex)

Found a cool regex over here that would find capital letters across languages. Couldn’t get it to work in JavaScript though…

^([\p{Lu}\p{Lt}]\p{Ll}+)+$