Click here to Skip to main content
15,896,154 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: I dreamed my cat had an API Pin
Roger Wright28-Dec-21 11:56
professionalRoger Wright28-Dec-21 11:56 
QuestionRegex syntax zoo Pin
honey the codewitch27-Dec-21 0:18
mvahoney the codewitch27-Dec-21 0:18 
AnswerRe: Regex syntax zoo Pin
Kornfeld Eliyahu Peter27-Dec-21 0:53
professionalKornfeld Eliyahu Peter27-Dec-21 0:53 
GeneralRe: Regex syntax zoo Pin
Daniel Pfeffer27-Dec-21 4:56
professionalDaniel Pfeffer27-Dec-21 4:56 
JokeRe: Regex syntax zoo Pin
Daniel Pfeffer27-Dec-21 4:53
professionalDaniel Pfeffer27-Dec-21 4:53 
GeneralRe: Regex syntax zoo Pin
honey the codewitch27-Dec-21 5:02
mvahoney the codewitch27-Dec-21 5:02 
AnswerRe: Regex syntax zoo Pin
Gerry Schmitz27-Dec-21 5:31
mveGerry Schmitz27-Dec-21 5:31 
GeneralRe: Regex syntax zoo Pin
honey the codewitch27-Dec-21 5:40
mvahoney the codewitch27-Dec-21 5:40 
Oh but I've already done that.

XBNF is a description language that can describe Chomsky type 2 and Chomsky type 3 languages both using simple compositions of logical constructs like a repeat construct {}, alternation |, concatenation (implicit) etc.

Regex is for the benefit of people that don't want to learn XBNF. It's also for the benefit of leveraging all of the existing regular expressions out there, and this is where it gets important.

If I mimic what's out there it means you can use my tools with the content *you already have* saving you time.

That is an improvement, no?

There's no real reason to "improve" regex. I'd argue that too many already have, leading to the present situation.

I'm not trying to improve that situation. Too many people already have, again leading to the present situation.

I'm simply trying to make the present situation as painless for users of my code as possible.
Real programmers use butterflies

GeneralRe: Regex syntax zoo Pin
YahiaEQ27-Dec-21 20:11
YahiaEQ27-Dec-21 20:11 
GeneralRe: Regex syntax zoo Pin
honey the codewitch27-Dec-21 21:20
mvahoney the codewitch27-Dec-21 21:20 
GeneralRe: Regex syntax zoo Pin
Cpichols28-Dec-21 1:29
Cpichols28-Dec-21 1:29 
AnswerRe: Regex syntax zoo Pin
Bruce Patin28-Dec-21 6:01
Bruce Patin28-Dec-21 6:01 
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 
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 

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.