Amy Shackles
Last Known Good Configuration

Last Known Good Configuration

Follow
Follow
homebadges

Your Go-To Regular Expression Reference: Unicode Part II

Dec 2, 202389 min read

\u0500 to \u0a00 · Unicode CharacterMatchesChar Code \u0500 (or \u{0500} if the unicode flag is set)Ԁ1280 \u0501 (or \u{0501} if the unicode flag is...

Your Go-To Regular Expression Reference: Unicode Part II

Your Go-To Regular Expression Reference: Unicode Part I

Dec 1, 202387 min read

\u0000 to \u04ff · Unicode CharacterMatchesChar Code \u0000 (or \u{0000} if the unicode flag is set)NULL0 \u0001 (or \u{0001} if the unicode flag is...

Your Go-To Regular Expression Reference: Unicode Part I

Your Go-To Regular Expression Reference: Hexadecimals

Dec 1, 20238 min read

\x00 matches the NULL character, char code 0. \x01 matches SOH (start of heading), char code 1. \x02 matches STX (start of text), char code 2. \x03...

Your Go-To Regular Expression Reference: Hexadecimals

Your Go-To Regular Expression Reference: Control Characters

Dec 1, 20232 min read

\cA and \ca represent SOH (start of heading), char code 1. \cB and \cb represent STX (start of text), char code 2. \cC and \cc represent ETX (end of...

Your Go-To Regular Expression Reference:
Control Characters

Your Go-To Regular Expression Reference

Dec 1, 202311 min read

JavaScript flavor · Preface To start, I know that's a bold claim, and I feel uncomfortable even asserting it. The truth is that I've been working on this...

Your Go-To Regular Expression Reference

Triangles Made of Borders?

Nov 5, 20237 min read

TLDR: Yes. Here's a bit of a demo to clear up a bit of confusion that I had over CSS borders: https://codepen.io/AmyShackles/pen/VwgmdwX On the...

Triangles Made of Borders?