/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.alexdevero.com
| | v8project.blogspot.de
2.0 parsecs away

Travel
| | JavaScript regular expressions are getting some new functionality: lookbehind assertions.
| | mathiasbynens.be
2.2 parsecs away

Travel
| | [AI summary] The article discusses recent advancements in ECMAScript regular expressions, including new features like dotAll mode, lookbehind assertions, named capture groups, Unicode property escapes, and set notation, along with proposals for further enhancements.
| | rdrr.io
2.7 parsecs away

Travel
| | [AI summary] This documentation page details the syntax, metacharacters, and options for using regular expressions in the R programming language.
| | brianreiter.org
12.3 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...