Skip to content

Instantly share code, notes, and snippets.

@loominade
Last active August 1, 2017 15:51
Show Gist options
  • Save loominade/80418cabe50913ce1443df631496a956 to your computer and use it in GitHub Desktop.
Save loominade/80418cabe50913ce1443df631496a956 to your computer and use it in GitHub Desktop.
unicode aware \w regex
<?php
$regex = "%(A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z|\u{00c4}|\u{00c0}|\u{00c1}|\u{00c2}|\u{00c6}|\u{00c3}|\u{00c5}|\u{0100}|\u{00e4}|\u{00e0}|\u{00e1}|\u{00e2}|\u{00e6}|\u{00e3}|\u{00e5}|\u{0101}|\u{00d6}|\u{00d4}|\u{00d2}|\u{00d3}|\u{0152}|\u{00d8}|\u{014c}|\u{00f6}|\u{00f4}|\u{00f2}|\u{00f3}|\u{00f5}|\u{0153}|\u{00f8}|\u{014d}|\u{00dc}|\u{00db}|\u{00d9}|\u{00da}|\u{016a}|\u{00fc}|\u{00fb}|\u{00f9}|\u{00fa}|\u{016b}|\u{00c9}|\u{00c8}|\u{00ca}|\u{00cb}|\u{0116}|\u{00e9}|\u{00e8}|\u{00ea}|\u{00eb}|\u{0117}|\u{00ee}|\u{00ef}|\u{00ed}|\u{012b}|\u{00ec}|\u{00e7}|\u{0107}|\u{010d}|\u{00f1}|\u{0144}|\u{00df}|\u{015b}|\u{0161}|\u{0178}|\u{00ff})%";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment