MadamLarp@sh.itjust.works to Lemmy Shitpost@lemmy.world · 7 days agoIRJsh.itjust.worksimagemessage-square55linkfedilinkarrow-up1472arrow-down19
arrow-up1463arrow-down1imageIRJsh.itjust.worksMadamLarp@sh.itjust.works to Lemmy Shitpost@lemmy.world · 7 days agomessage-square55linkfedilink
minus-squarevoodooattack@lemmy.worldlinkfedilinkarrow-up15·6 days 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. ($)