Click here to Skip to main content
15,913,055 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Regex syntax zoo Pin
honey the codewitch28-Dec-21 7:01
mvahoney the codewitch28-Dec-21 7:01 
AnswerRe: Regex syntax zoo Pin
David On Life28-Dec-21 17:42
David On Life28-Dec-21 17:42 
GeneralRe: Regex syntax zoo Pin
honey the codewitch29-Dec-21 0:14
mvahoney the codewitch29-Dec-21 0:14 
GeneralRe: Regex syntax zoo Pin
David On Life31-Dec-21 6:11
David On Life31-Dec-21 6:11 
GeneralRe: Regex syntax zoo Pin
honey the codewitch31-Dec-21 6:52
mvahoney the codewitch31-Dec-21 6:52 
GeneralRe: Regex syntax zoo Pin
David On Life31-Dec-21 20:24
David On Life31-Dec-21 20:24 
GeneralRe: Regex syntax zoo Pin
honey the codewitch31-Dec-21 21:23
mvahoney the codewitch31-Dec-21 21:23 
AnswerRe: Regex syntax zoo Pin
jschell29-Dec-21 7:57
jschell29-Dec-21 7:57 
honey the codewitch wrote:
90% of this has to do with what is allowed to appear inside [] braces.


Presumably that just ends up being converted to a character mapper. Specials in there only involve shortcuts to ranges. For example character classes for unicode.

Basic character classes have existed for decades. So just start with that and add a couple.


honey the codewitch wrote:
There are 3 or 4 major regex syntax varieties out there. POSIX, Perl, JS, .NET etc.


Not sure I agree with that as stated.

Following all use same regex as Perl
# Net
# Javascript
# Java

Given how much those three languages are used I would say that the Perl syntax is the most standard.
Differences from Perl are usually outside the regex itself. Variations in regex itself are probably pretty esoteric.

None of those languages support some of the posix ranges but they do support other escapes that are equivalents. Which means that users of those languages are unlikely to be familiar with the posix ones anyways.
GeneralRe: Regex syntax zoo Pin
honey the codewitch29-Dec-21 9:42
mvahoney the codewitch29-Dec-21 9:42 
JokeFirst image from James Webb Telescope PinPopular
Jacquers26-Dec-21 19:10
Jacquers26-Dec-21 19:10 
JokeRe: First image from James Webb Telescope Pin
oofalladeez34327-Dec-21 8:21
professionaloofalladeez34327-Dec-21 8:21 
GeneralRe: First image from James Webb Telescope Pin
Mark Miller28-Dec-21 4:31
Mark Miller28-Dec-21 4:31 
QuestionSaving URLs For Later reading? Pin
raddevus26-Dec-21 9:35
mvaraddevus26-Dec-21 9:35 
AnswerRe: Saving URLs For Later reading? Pin
Mircea Neacsu26-Dec-21 9:40
Mircea Neacsu26-Dec-21 9:40 
GeneralRe: Saving URLs For Later reading? Pin
raddevus26-Dec-21 9:46
mvaraddevus26-Dec-21 9:46 
GeneralRe: Saving URLs For Later reading? Pin
Mircea Neacsu26-Dec-21 9:51
Mircea Neacsu26-Dec-21 9:51 
GeneralRe: Saving URLs For Later reading? Pin
David O'Neil26-Dec-21 10:22
professionalDavid O'Neil26-Dec-21 10:22 
GeneralRe: Saving URLs For Later reading? Pin
raddevus26-Dec-21 10:26
mvaraddevus26-Dec-21 10:26 
AnswerRe: Saving URLs For Later reading? Pin
Ron Anders26-Dec-21 9:55
Ron Anders26-Dec-21 9:55 
GeneralRe: Saving URLs For Later reading? Pin
raddevus26-Dec-21 10:24
mvaraddevus26-Dec-21 10:24 
AnswerRe: Saving URLs For Later reading? Pin
David O'Neil26-Dec-21 10:22
professionalDavid O'Neil26-Dec-21 10:22 
GeneralRe: Saving URLs For Later reading? Pin
raddevus26-Dec-21 10:28
mvaraddevus26-Dec-21 10:28 
GeneralRe: Saving URLs For Later reading? Pin
Peter_in_278026-Dec-21 18:00
professionalPeter_in_278026-Dec-21 18:00 
GeneralRe: Saving URLs For Later reading? Pin
SeattleC++27-Dec-21 8:52
SeattleC++27-Dec-21 8:52 
AnswerRe: Saving URLs For Later reading? Pin
OriginalGriff26-Dec-21 11:03
mveOriginalGriff26-Dec-21 11:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.