MadamLarp@sh.itjust.works to Lemmy Shitpost@lemmy.world · 1 month agoIRJsh.itjust.worksimagemessage-square53linkfedilinkarrow-up1467arrow-down110
arrow-up1457arrow-down1imageIRJsh.itjust.worksMadamLarp@sh.itjust.works to Lemmy Shitpost@lemmy.world · 1 month agomessage-square53linkfedilink
minus-squarevoodooattack@lemmy.worldlinkfedilinkarrow-up15·1 month agoThis 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. ($)
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. ($)