Insert a Unicode Category

A Unicode category is on of the many Unicode properties that you can insert via the Insert Token button on the Create panel.

Insert a Unicode category

The Unicode standard places each character into exactly one category. Insert a regular expression token to match a Unicode category if you want to match any character from a particular Unicode category. This makes it easy to match any letter, any digit, etc. regardless of language, script or text encoding.

In the window that appears, select one or more categories that the character you want to match should belong to. If you select more than one category then RegexBuddy combines the Unicode category regex tokens into a character class to match any character belonging to any of the categories you selected.