List Question
20 TechQA 2016-12-23T07:28:30.217000Regex "^[[:digit:]]$" not working as expected in AWK/GAWK
2.7k views
Asked by dig_123
Why is \p{Lu} matching lowercase letters?
529 views
Asked by Zombo
Match input starting with non-number or empty string followed by specific pattern
987 views
Asked by Dave L.
Plugin preg_match_all Error after Updating from very oldto PHP 7.4
267 views
Asked by Dave Büttler-Avagyan
sed: -e expression #1, char 52: Invalid range end
352 views
Asked by octavemirbeau
Ruby regular expression utilizing OR within a character class
80 views
Asked by shiggiddie
General approach for (equivalent of) "backreferences within character class"?
1.9k views
Asked by kjo
Cygwin Regex Shorthand Character Classes Fail to Match
765 views
Asked by James Robinson
Cannot remove a specific diacritical mark
146 views
Asked by Michaël Vreux
How to remove punctuation from a string with exceptions using regex in bash
1.3k views
Asked by EET FEK
How do I find an attribute in a JSON file that contains any letter of the alphabet using jq?
491 views
Asked by DevOps guy
Hello, i just discovered collating sequence in regex in php but it not working for me
43 views
Asked by Aishah
Character Class Method issues
238 views
Asked by TheStudentMans
Is [\s\S] same as . (dot)?
2k views
Asked by Rahul
Python: POSIX character class in regex?
6.8k views
Asked by nodakai
read user input string with space between quotes in C and keep the quotes
234 views
Asked by Guilherme Fernandes
List of metacharacters for MySQL regexp square brackets
7.2k views
Asked by spiderplant0
Trying to understand this perl regex bracketed character class?
343 views
Asked by infinitloop
How can I exclude some characters from a class?
23.8k views
Asked by planetp
How do you use a plus symbol with a character class as part of a regular expression?
5.1k views
Asked by Charles Holbrow