Skip to content

Instantly share code, notes, and snippets.

View steelegem's full-sized avatar
🤷‍♂️
...sorta clueless but learning

Travis steelegem

🤷‍♂️
...sorta clueless but learning
  • desert, usa
View GitHub Profile
@steelegem
steelegem / regular_expression_engine_comparison.md
Created February 17, 2026 09:37 — forked from CMCDragonkai/regular_expression_engine_comparison.md
Regular Expression Engine Comparison Chart

Regular Expression Engine Comparison Chart

Many different applications claim to support regular expressions. But what does that even mean?

Well there are lots of different regular expression engines, and they all have different feature sets and different time-space efficiencies.

The information here is just copied from: http://regular-expressions.mobi/refflavors.html

@steelegem
steelegem / bash-colors.md
Created November 30, 2025 23:58 — forked from JBlond/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple