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.
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. ($)
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.
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 caseathennthen the end of sequence exactly. ($)Regex try it