Echo JS
Hacker News
- org-emphasis-regexp-components -- explanation? https://stackoverflow.com/questions/1218238/how-to-make-part-of-a-word-bold-in-org-mode#24540651 4 comments emacs
- I need to comma separate a fairly systematic set of data. Regexp-fu needed. Would you help? http://pastebin.com/RXRsqFeS 6 comments commandline
- Regexp-replace using Python regexp and a Python expression for replace. http://pastebin.com/UE4uS4fd 12 comments emacs
- Typename-based regexp constraints (don't blame me) https://godbolt.org/z/4Kn5j5P5o 14 comments cpp
- Fail2ban / Regexp rule against LOG4J vuln https://gist.github.com/jaygooby/3502143639e09bb694e9c0f3c6203949 2 comments netsec
- RegExp - structured regular expression https://github.com/zhong-j-yu/rekex/blob/main/doc/RegExp.md 14 comments java
- Unicode sorting is hard & why browsers added special emoji matching to regexp https://devlog.hexops.com/2021/unicode-sorting-why-browsers-added-special-emoji-matching 8 comments programming
- I made a regexp cheatsheet for grep, sed, awk and highlighted differences between them https://learnbyexample.github.io/gnu-bre-ere-cheatsheet/ 50 comments linux
- How JavaScript works: regular expressions (RegExp) https://blog.sessionstack.com/how-javascript-works-regular-expressions-regexp-e187e9082913 2 comments javascript
- Free offline regexp tester with Golang flavor https://loshadki.app/regexp/ 25 comments golang
- New Event Driven Regexp Engine https://github.com/nmnsnv/regexp_sar/blob/master/docs/introduction.md 2 comments regex
- Regexp replace not working https://www.reddit.com/r/emacs/comments/ifsl9d/regexp_replace_not_working/ 9 comments emacs
- Unicode regexp errors https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-oneLine 5 comments golang
- Details of the Cloudflare outage on July 2, 2019 (ft: Regexp::Debugger) https://blog.cloudflare.com/details-of-the-cloudflare-outage-on-july-2-2019/ 5 comments perl
- Emacs dired awesomeness: regexp to rename/select random files... https://www.gnu.org/software/emacs/manual/html_node/emacs/marks-vs-flags.html 5 comments emacs
- JS: Alternative to RegExp for case-insensitive search? https://www.reddit.com/r/webdev/comments/6ql8uz/js_alternative_to_regexp_for_caseinsensitive/ 9 comments webdev
- Regexp question and meta question. https://www.reddit.com/r/emacs/comments/5judhx/regexp_question_and_meta_question/ 7 comments emacs
- Go's regexp does not do backtracking and that's a good thing. http://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016 13 comments golang
- 5 Tips for Writing a Legible Regexp http://aaronlasseigne.com/2016/07/08/5-tips-for-writing-a-legible-regexp/ 6 comments ruby
- Regular Expressions are confusing. Understand the fundamentals of RegExp today https://www.stanleycyang.com/tutorials/understanding-the-fundamentals-of-regular-expressions 26 comments programming
- RegExp2 - JavaScript RegExp in steroids https://github.com/talyssonoc/RegExp2 6 comments node
- Maybe regexp is the wrong tool for this job. I'm just saying. http://code.iamcal.com/php/rfc822/full_regexp.txt 260 comments programming
- Easy Regexp Generation With Emacs http://emacsfodder.github.io/blog/easy-regexp-generation-with-emacs/ 10 comments emacs
- Regexper, awesome tool by Jeff Avallone for graphing Regex http://www.regexper.com/ 84 comments programming
- Of running multiple regexp at once http://fulmicoton.com/posts/multiregexp/ 6 comments programming
- Regexp derivatives to LLVM [mp4] http://mirror.linux.org.au/linux.conf.au/2013/mp4/redgrep_from_regular_expression_derivatives_to_llvm.mp4 6 comments compsci
- Regexper - Regular expression visualizer http://www.regexper.com/ 211 comments programming
- ReFiddle: Fiddle for Regexp testing http://refiddle.com/ 19 comments programming
- code review 5971058: regexp: implement backtracking with pcre fallback http://codereview.appspot.com/5971058/ 4 comments golang
- ctrlp.vim : Fuzzy file, buffer, MRU, and tag finder with regexp support. http://kien.github.com/ctrlp.vim/ 18 comments vim
- memetron - regexp for meme identification https://github.com/audy/memetron/blob/master/lib/memes.rb 16 comments ruby
- New regexp implementation by Russ Cox now in tip! http://code.google.com/p/go/source/detail?r=51cdd26f41c5 5 comments golang
- Sorting Text by Line, Field and Regexp in Emacs | Mastering Emacs http://www.masteringemacs.org/articles/2011/05/29/sorting-text-line-field-regexp-emacs/ 4 comments emacs
- perl, complex regexp, and a programmer's job interview http://dropsafe.crypticide.com/article/4746 95 comments programming
- Catastrophic Regexp Backtracking: Don't Do (x+x+)y http://www.regular-expressions.info/catastrophic.html 18 comments programming
- Screencast: Reformatting an ugly CSS file using basic Emacs features (macros, regexp replacement, etc.) [flash] http://derekslager.com/blog/posts/2007/02/screencast-formatting-a-css-file-with-emacs.ashx 14 comments programming
- Old document on scsh's regexp implementation http://www-static.cc.gatech.edu/~shivers/papers/sre.txt 2 comments programming