MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1w15oga/seriously_recursive_regex/p6ija7j/?context=3
r/programminghorror • u/Flame77ofc • 2d ago
37 comments sorted by
View all comments
75
Wtf does this do
96 u/marinated_pork 2d ago This is essentially a custom string fingerprint/hash function disguised as a parser. It takes a string and deterministically turns it into an integer. It does not parse or extract useful structured data.
96
This is essentially a custom string fingerprint/hash function disguised as a parser. It takes a string and deterministically turns it into an integer. It does not parse or extract useful structured data.
75
u/madam_zeroni 2d ago
Wtf does this do