• Lost_My_Mind
      link
      fedilink
      arrow-up
      3
      ·
      10 hours ago

      I’m unclear if thats some in-joke, or a linux command…I like to think of it as a jumbled bit of nonsensical jibberish, which is exactly what happened when trump was attempting to think.

      • voodooattack
        link
        fedilink
        arrow-up
        6
        ·
        8 hours ago

        This is a regular expression. The one they gave matches the start of a sequence of characters (^), followed by one or more arbitrary character(s) (.+) and ending with a lower case a then n then the end of sequence exactly. ($)