Multilingual capitalisation regular expression (regex) Posted on 2016-04-13 [Wednesday] by jj5 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}+)+$