Search code examples
Cannot remove a specific diacritical mark...


javapattern-matchingdiacriticscharacter-class

Read More
How to count uppercase and lowercase letters in a string?...


javastringcharacter-class

Read More
C++ regex character class not matching...


c++regexcharacter-class

Read More
Removing all punctuation except - and _ from a java string using RegEx...


javaregexstringcharacter-class

Read More
Javascript - Create Regex Character Class...


javascriptregexcharacter-class

Read More
Character class vs. Lookaround - matching non-existing character at the end of a word....


regexpcreregex-lookaroundscharacter-class

Read More
Why "[" gets matched by [a-zA-Z]...


c#regexcharacter-class

Read More
Match the parentheses with or without a text in it - Regex...


javascriptregexcharacter-class

Read More
Alphabetic order regex using backreferences...


regexbackreferencecharacter-class

Read More
How to match substrings between two known points using preg_match_all()?...


phpfilepathpreg-match-allregex-negationcharacter-class

Read More
Is [\s\S] same as . (dot)?...


regexregex-negationcharacter-class

Read More
Regex "^[[:digit:]]$" not working as expected in AWK/GAWK...


awkgnugawkcharacter-class

Read More
character class range in awk version 3.1.7...


regexawkposixcharacter-class

Read More
isdigit() isn't working in a simple program?...


c++encodingturbo-c++character-class

Read More
Regular expression \p{L} and \p{N}...


xmlregexcharacter-class

Read More
How to represent an empty character class in Java regex...


javaregexcharacter-class

Read More
Exact Ascii codes matched by Lua patterns...


regexlualua-patternscharacter-class

Read More
Replace all characters not in range (Java String)...


javaregexcharacter-class

Read More
Why does [^\w] match some word characters but not [^\p{Word}]?...


perlcharacter-class

Read More
java regex double-backslash in character class...


javaregexbackslashcharacter-class

Read More
Non-ASCII characters in UTF-8 mode regular expression...


phpregexutf-8pcrecharacter-class

Read More
Make awk use character classes...


regexawkcharacter-class

Read More
Python regexp to match full or partial word...


pythonregexsubstringcharacter-class

Read More
Why doesn't '[0-9]*' match 'abc' in my Python regular expression since there are...


pythonregexpython-2.7grepcharacter-class

Read More
Python: POSIX character class in regex?...


pythonregexcharacter-class

Read More
How to redefine \s to match underscores?...


regexperlcharacter-class

Read More
C++11 Regular Expression Using Back Reference as Condition...


regexc++11character-class

Read More
Why is \p{Lu} matching lowercase letters?...


regexpowershellcharacter-class

Read More
C# Regex Character Class / String Pattern - to identify exclamation mark...


c#regexif-statementexpressioncharacter-class

Read More
What is the default regular expression character class for the `$unsafe_chars` arg to `HTML::Entitie...


regexperlhtml-entitiescharacter-class

Read More
BackNext