Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Wednesday March 27, @08:12PM   Printer-friendly
from the I-didn't-know-that-... dept.

https://buttondown.email/hillelwayne/archive/why-do-regexes-use-and-as-line-anchors/

Last week I fell into a bit of a rabbit hole: why do regular expressions use $ and ^ as line anchors?1

This talk brings up that they first appeared in Ken Thompson's port of the QED text editor. In his manual he writes: b) "^" is a regular expression which matches character at the beginning of a line.

c) "$" is a regular expression which matches character before the character (usually at the end of a line)

QED was the precursor to ed, which was instrumental in popularizing regexes, so a lot of its design choices stuck.

Okay, but then why did Ken Thompson choose those characters?


Original Submission

 
This discussion was created by janrinok (52) for logged-in users only, but now has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by VLM on Thursday March 28, @04:40PM

    by VLM (445) on Thursday March 28, @04:40PM (#1350714)

    It's been a battle for decades now, that source code should either be like literature or prose with short lines for the casual reader vs source code should be like a math formula where stretching one unitary concept into unneeded extra steps or extra lines is mere obfuscation to be avoided for the simplicity of one line for one concept.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2