Click here to Skip to main content
15,891,762 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: Is this a sign? Pin
musefan20-Sep-19 4:58
musefan20-Sep-19 4:58 
GeneralRe: Is this a sign? Pin
Maciej Los24-Sep-19 0:13
mveMaciej Los24-Sep-19 0:13 
GeneralRe: Is this a sign? Pin
Rick York20-Sep-19 5:38
mveRick York20-Sep-19 5:38 
GeneralRe: Is this a sign? Pin
Maciej Los24-Sep-19 0:13
mveMaciej Los24-Sep-19 0:13 
GeneralRe: Is this a sign? Pin
BillWoodruff20-Sep-19 12:40
professionalBillWoodruff20-Sep-19 12:40 
PraiseRe: Is this a sign? Pin
Maciej Los24-Sep-19 0:17
mveMaciej Los24-Sep-19 0:17 
GeneralRe: Is this a sign? Pin
BillWoodruff24-Sep-19 1:09
professionalBillWoodruff24-Sep-19 1:09 
Generaljust thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 2:22
mvahoney the codewitch20-Sep-19 2:22 
So when you regex capture, you can specify capture groups like

(<identifier>?[A-Za-z_][A-Za-z0-9_]*)

what i can do with that is take those capture groups and make JSON fields out of them.

So then basically you can define a JSON object using a series of capture groups in regex, which you run over some text to scrape it.

Finally, you can take that and use it to create a web scraper that presents a facade of JSON objects based on regex scrape expressions.

Anyone seen anything like this already? And is it stupid? it's very simple, so i don't know. that can be good or bad.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
musefan20-Sep-19 2:35
musefan20-Sep-19 2:35 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 2:38
mvahoney the codewitch20-Sep-19 2:38 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
F-ES Sitecore20-Sep-19 3:21
professionalF-ES Sitecore20-Sep-19 3:21 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 3:23
mvahoney the codewitch20-Sep-19 3:23 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
F-ES Sitecore20-Sep-19 3:28
professionalF-ES Sitecore20-Sep-19 3:28 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 3:32
mvahoney the codewitch20-Sep-19 3:32 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
musefan20-Sep-19 4:23
musefan20-Sep-19 4:23 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 4:24
mvahoney the codewitch20-Sep-19 4:24 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
musefan20-Sep-19 4:38
musefan20-Sep-19 4:38 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 5:22
mvahoney the codewitch20-Sep-19 5:22 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
OriginalGriff20-Sep-19 2:38
mveOriginalGriff20-Sep-19 2:38 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 2:40
mvahoney the codewitch20-Sep-19 2:40 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
PeejayAdams20-Sep-19 3:00
PeejayAdams20-Sep-19 3:00 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
Slacker00720-Sep-19 2:54
professionalSlacker00720-Sep-19 2:54 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 2:56
mvahoney the codewitch20-Sep-19 2:56 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
PIEBALDconsult20-Sep-19 3:12
mvePIEBALDconsult20-Sep-19 3:12 
GeneralRe: just thought of kind of a cool idea that's simple but neat (maybe) Pin
honey the codewitch20-Sep-19 3:15
mvahoney the codewitch20-Sep-19 3:15 

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.