Click here to Skip to main content
15,887,214 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: where can I find the regular expression official specifications? Pin
honey the codewitch4-Oct-23 23:47
mvahoney the codewitch4-Oct-23 23:47 
GeneralRe: where can I find the regular expression official specifications? Pin
Southmountain5-Oct-23 4:28
Southmountain5-Oct-23 4:28 
GeneralRe: where can I find the regular expression official specifications? Pin
honey the codewitch5-Oct-23 4:29
mvahoney the codewitch5-Oct-23 4:29 
GeneralRe: where can I find the regular expression official specifications? Pin
Southmountain5-Oct-23 19:18
Southmountain5-Oct-23 19:18 
GeneralRe: where can I find the regular expression official specifications? Pin
honey the codewitch5-Oct-23 22:58
mvahoney the codewitch5-Oct-23 22:58 
GeneralRe: where can I find the regular expression official specifications? Pin
Southmountain6-Oct-23 17:33
Southmountain6-Oct-23 17:33 
GeneralRe: where can I find the regular expression official specifications? Pin
honey the codewitch6-Oct-23 18:45
mvahoney the codewitch6-Oct-23 18:45 
GeneralRe: where can I find the regular expression official specifications? Pin
Jeremy Falcon5-Oct-23 2:50
professionalJeremy Falcon5-Oct-23 2:50 
No. POSIX has some specifications, but there's no guarantee all flavors will care about POSIX compliance. Also, there's basic and extended matching, which adds another layer of blah. However, PCRE is so popular that that's also a good one to adhere to. Even JS should be ok 99% of the time if you learn PCRE. But, keep in mind there's also PCRE1 and PCRE2, so referring to PCRE1 in particular, but you should know both.

Couple of sites to always use to help with the learning curve:

Regular Expressions Reference Table of Contents
regex101: build, test, and debug regex

Regex 101 is awesome, it'll allow you to choose the flavor/engine you're working with, out of the most popular ones.

In short, learn PCRE 1 and 2. That'll take you the furthest and a lot of engines just copied off that one anyway.
Jeremy Falcon

GeneralRe: where can I find the regular expression official specifications? Pin
Southmountain5-Oct-23 19:19
Southmountain5-Oct-23 19:19 
GeneralRe: where can I find the regular expression official specifications? Pin
PIEBALDconsult5-Oct-23 3:10
mvePIEBALDconsult5-Oct-23 3:10 
GeneralRe: where can I find the regular expression official specifications? Pin
Gerry Schmitz5-Oct-23 5:22
mveGerry Schmitz5-Oct-23 5:22 
GeneralRe: where can I find the regular expression official specifications? Pin
jschell5-Oct-23 5:55
jschell5-Oct-23 5:55 
GeneralRe: where can I find the regular expression official specifications? Pin
Southmountain6-Oct-23 17:31
Southmountain6-Oct-23 17:31 
GeneralRe: where can I find the regular expression official specifications? Pin
englebart6-Oct-23 14:14
professionalenglebart6-Oct-23 14:14 
GeneralRe: where can I find the regular expression official specifications? Pin
Southmountain6-Oct-23 16:47
Southmountain6-Oct-23 16:47 
GeneralEmbedding scripting/python into an application - an successful examples? Pin
charlieg4-Oct-23 16:36
charlieg4-Oct-23 16:36 
GeneralEmbedding scripting/python into an application - an successful examples? Pin
charlieg4-Oct-23 16:36
charlieg4-Oct-23 16:36 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Jeremy Falcon5-Oct-23 2:58
professionalJeremy Falcon5-Oct-23 2:58 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
charlieg5-Oct-23 3:11
charlieg5-Oct-23 3:11 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Jeremy Falcon5-Oct-23 3:56
professionalJeremy Falcon5-Oct-23 3:56 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Davyd McColl5-Oct-23 22:43
Davyd McColl5-Oct-23 22:43 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Jeremy Falcon6-Oct-23 2:59
professionalJeremy Falcon6-Oct-23 2:59 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Davyd McColl6-Oct-23 21:58
Davyd McColl6-Oct-23 21:58 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
jschell5-Oct-23 6:03
jschell5-Oct-23 6:03 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
charlieg8-Oct-23 8:05
charlieg8-Oct-23 8:05 

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.