Top "Character-properties" questions

character-properties are a set of attributes supplied by the Unicode Standard.

JavaScript + Unicode regexes

How can I use Unicode-aware regular expressions in JavaScript? For example, there should be something akin to \w that can …

javascript regex unicode character-properties
How to match Cyrillic characters with a regular expression

How do I match French and Russian Cyrillic alphabet characters with a regular expression? I only want to do the …

regex unicode character-properties
Unicode equivalents for \w and \b in Java regular expressions?

Many modern regex implementations interpret the \w character class shorthand as "any letter, digit, or connecting punctuation" (usually: underscore). That …

java regex unicode character-properties
matching unicode characters in python regular expressions

I have read thru the other questions at Stackoverflow, but still no closer. Sorry, if this is allready answered, but …

python regex unicode non-ascii-characters character-properties
How to validate both Chinese (unicode) and English name?

I have a multilingual website (Chinese and English). I like to validate a text field (name field) in javascript. I …

javascript regex unicode character-properties
Is There a Way to Match Any Unicode Alphabetic Character?

I have some documents that went through OCR conversion from PDF into HTML. Because of that, they wound up having …

regex perl unicode character-properties
Regex for names with special characters (Unicode)

Okay, I have read about regex all day now, and still don't understand it properly. What i'm trying to do …

php javascript regex character-properties
Matching (e.g.) a Unicode letter with Java regexps

There are many questions and answers here on StackOverflow that assume a "letter" can be matched in a regexp by […

java regex unicode character-properties character-class
Trim unicode whitespace in PHP 5.2

How can I trim a string(6) " page", where the first whitespace is a 0xc2a0 non-breaking space? I've tried trim() …

php unicode utf-8 whitespace character-properties
Java regex for any symbol?

Is there a regex which accepts any symbol? EDIT: To clarify what I'm looking for.. I want to build a …

java regex unicode character-properties