You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <ahref="https://www.regex.zone/">Regex Zone</a> is a place to share regular expressions, and learn from others. It is a community of regex enthusiasts.
65
+
The <ahref="https://www.regex.zone/">Regex Zone</a> is the place to share regular expressions and find common regex patterns.
<aclassName="btn btn-primary"href="https://www.regex.zone/"rel="nofollow">Visit the Regex Zone</a>
68
68
</div>
@@ -74,14 +74,14 @@ export default function Home() {
74
74
<hr/>
75
75
76
76
<h2className="mt-3">One last thing</h2>
77
-
<divclassName="card my-3 bg-light">
77
+
<divclassName="card my-3 bg-body-tertiary">
78
78
<divclassName="card-body">
79
79
Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems.<br/>
80
80
-- <ahref="http://www.jwz.org/">Jamie Zawinski</a> in comp.lang.emacs (or <ahref="http://regex.info/blog/2006-09-15/247">somewhere else</a>).
81
81
</div>
82
82
</div>
83
83
84
-
<divclassName="card my-3 bg-light">
84
+
<divclassName="card my-3 bg-body-tertiary">
85
85
<divclassName="card-body">
86
86
I define UNIX as “30 definitions of regular expressions living under one roof”.<br/>
87
87
-- <ahref="https://www-cs-faculty.stanford.edu/~knuth/">Donald Knuth</a> in <ahref="http://amzn.to/GXRTbS">Digital Typography</a>, ch. 33, p. 649 (1999) via <ahref="http://code.google.com/p/re2/wiki/Syntax">re2</a>.
0 commit comments