Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LK
LANA_DEL_KARENINA @lemmy.world
Posts 0
Comments 1
Any good options to prune out similar-but-variable bits of text from a large document?
  • The good news: there is a tool built to solve this exact problem: regular expressions (aka regex)

    The bad news: regular expressions are famously frustrating to read and write

    Depending on how badly you want the problem solved and how patient you are, using online resources to craft some regular expressions would be the ticket