Elektrine lite

← Feed

@linguistory@code4lib.social

Post #2148614

2026-04-27 02:35 UTC

Does anyone happen to know of a syntax highlighter for regex? I want to do some writing about them, and am coming to the conclusion that I might just have to write my own little parser to add enough color for them to be readable Edit: specifically looking for something I can embed in my own web project

Replies (1)

  • @linguistory@code4lib.social there are a few online ones eg https://regexr.com/ or for something slightly different I find https://regexper.com/ a good way of visualising what’s going on (and working out my mistakes)

    Open ##2191112