Hacker News
- C# Regex engine is now 3rd fastest in the world https://github.com/BurntSushi/rebar/pull/10 2 comments
- RegEx Crossword (2013) https://jimbly.github.io/regex-crossword/ 31 comments
- Hackage Search: Regex-Based Online Code Search https://serokell.io/blog/hackage-search 4 comments haskell
- Regex to identify out-of-order elements https://regex101.com/r/BlJIzH/1 11 comments regex
- Not sure why my RegEx line isn't working. https://regexr.com 6 comments learnjava
- Simplification of Regex in Swift https://medium.com/@daniel_slone/simplification-of-regex-in-swift-a14ec0ba2740 2 comments swift
- Rename many files with a regex match of file content None 2 comments commandline
- How to write regexes that are almost readable https://www.wumpus-cave.net/2022/06/readable-regex/index.html 12 comments programming
- Regex works in online tools but not in Bash? https://regex101.com/r/D59g5i/1 3 comments regex
- Is regex really fast in CL? https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/regexredux.html 7 comments common_lisp
- Regex help https://regex101.com/r/pZIbR1/1 4 comments regex
- My first NFA regex crate https://www.reddit.com/r/rust/comments/o0bywn/my_first_nfa_regex_crate/ 4 comments rust
- Google Data Studio RegEx Generator https://datastudio.google.com/u/0/reporting/a061ed23-1170-4539-abb6-638dda983299/page/Hn5DC 2 comments regex
- Python Match Issue With Regex https://regex101.com/r/4j6WvH/1 15 comments regex
- Practical Example Of My New Event Driven Regex Engine - SAR https://github.com/nmnsnv/regexp_sar/blob/master/docs/introduction.md 10 comments regex
- Ansible: Finding matching pattern shows error in regex expression https://regex101.com/ 4 comments ansible
- Understanding RegEx in JavaScript https://www.jsmonday.dev/articles/36/understanding-regex-in-javascript 6 comments javascript
- Redirect from a domain to subdomain if the path regex matches https://example.com/users/124/en 4 comments aws
- Help building regex for url with and without query https://www.example.com/xyz/ 4 comments regex
- Trying to figure out how to write a regex to remove the "?i=" after the /p/ https://lewd.pics/p/?i=XzeX.png 4 comments regex
- I know it's ridiculous, but I just made a regex in PCRE to match "A B C" where A+B=C. This hasn't been done before, so I just wanted to share it https://regex101.com/r/yctmcs/3 393 comments programming
- The Regex warrior: transform a text file in <2 mins https://blog.theodo.fr/2018/03/regex-warrior/ 35 comments programming
- A brand new approach to matching nested brackets with regex http://www.drregex.com/2017/11/match-nested-brackets-with-regex-new.html 26 comments programming
- Build a Regex Engine in Less than 40 Lines of Code http://nickdrane.com/build-your-own-regex/ 19 comments javascript
- Integer regex https://www.reddit.com/r/perl/comments/77bbul/integer_regex/ 24 comments perl
- Best way to learn and improve RegEx skills? https://www.reddit.com/r/learnprogramming/comments/6srcvz/best_way_to_learn_and_improve_regex_skills/ 3 comments learnprogramming
- Any time I make complex regex work, I feel like a caveman discovering fire https://www.reddit.com/r/sysadmin/comments/5yb19h/any_time_i_make_complex_regex_work_i_feel_like_a/ 23 comments sysadmin
- Help with regex True/False https://www.reddit.com/r/ruby/comments/4wqnio/help_with_regex_truefalse/ 8 comments ruby
- Fast, Elegant Regexes in Haskell https://begriffs.com/posts/2016-06-27-fast-haskell-regexes.html 53 comments programming
- rure - A C API for the regex crate https://github.com/rust-lang-nursery/regex/tree/master/regex-capi 9 comments rust
- Today's xkcd reminds me of Emacs Lisp regexes http://xkcd.com/1638/ 16 comments emacs
- The Best Regex Trick http://www.rexegg.com/regex-best-trick.html 13 comments programming
- The Benchmark Game has been updated to go 1.5. Other than regex and binary trees, we're equal to or faster than Java across the board. http://benchmarksgame.alioth.debian.org/u64q/go.html 56 comments golang
- Perl 5 Regex Cheat sheet http://perlmaven.com/regex-cheat-sheet 5 comments perl
- Regex parser and AST exposed in new crate http://doc.rust-lang.org/regex/regex_syntax/index.html 4 comments rust
- Or you could use.... Here's a nifty little tool for seeing exactly what your regex is searching for in JavaScript http://www.regexper.com/ 3 comments javascript
- AUR3, an enhanced and simplified mirror of the Arch User Repository (with package signing, mirrors and regex) http://aur3.org/ 10 comments archlinux
- security - Is there any way to put malicious code into Regex? - Stack Overflow http://stackoverflow.com/q/4579497/89391 8 comments programming
- If you really want to use a regex, here it is: http://stackoverflow.com/questions/1903356/email-validation-regular-expression/1903368#1903368 78 comments programming
- Extreme regex foo: what you need to know to become a regular expression pro http://immike.net/blog/2007/06/21/extreme-regex-foo-what-you-need-to-know-to-become-a-regular-expression-pro/ 18 comments programming