4/27/25
regex
if i were less tired, i'd write a poem with regex (regular expressions)
i could talk about using regex to search in the files of my brain (would those be memories?)
for example, * matches zero or more characters (or zero or more of the pattern it follows), and i could use that to represent being open to anything, or something more thoughtful that i can't think of right now
. matches any single character but a newline. and maybe i'd ponder that compared to *, and the combination .*
i'd use [brackets] and h-y-p-h-e-n-s to match for stuff in sets because brackets and hyphens are cool. also (parentheses) and {curly braces}
and ^ to match for characters specifically not in a set, and | for or
alas, i am tired, and i'm afraid the search function in my brain is often thwarted by the age-old enemy called forgetfulness



