• 2024.04.28 1d176050a7

    Ghost released this 2024-04-28 07:47:29 +02:00 | 244 commits to master since this release

    This implements %regex_sub built-in function to enhance string-processing capabilities, allowing users to perform substitutes like:

    • removing non-ascii characters
    • replacing subsequent whitespace characters with a single whitespace

    Thanks @tbabej !

    Downloads