MadamLarp@sh.itjust.works to Lemmy Shitpost@lemmy.world · 1 month agoIRJsh.itjust.worksimagemessage-square55fedilinkarrow-up1474arrow-down110
arrow-up1464arrow-down1imageIRJsh.itjust.worksMadamLarp@sh.itjust.works to Lemmy Shitpost@lemmy.world · 1 month agomessage-square55fedilink
minus-squarevoodooattack@lemmy.worldlinkfedilinkarrow-up15·edit-21 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. ($)