MadamLarp@sh.itjust.works to Lemmy Shitpost@lemmy.world · 3 days agoIRJsh.itjust.worksimagemessage-square55fedilinkarrow-up1471
arrow-up1471imageIRJsh.itjust.worksMadamLarp@sh.itjust.works to Lemmy Shitpost@lemmy.world · 3 days agomessage-square55fedilink
minus-squarevoodooattack@lemmy.worldlinkfedilinkarrow-up14·edit-23 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. ($)