wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

regular_expression_extensions (460B)


      1 # Regular expression extensions
      2 
      3 - [regular_expression_extended]
      4   - [regular_expression_conjunction]
      5   - [regular_expression_negation]
      6 - [capture_variables]
      7 - [regex], with [back_references]
      8   - see [freydenberger2019deterministic]
      9 - [lookaround]:
     10   - positive/negative [lookahead] / [lookbehind]
     11 - regular expression with memory, in [graph_databases]
     12 - [regular_expression_repetition]
     13   - "bounded repetition" aka counting "x{n,m}"
     14 
     15 Up: [regular_expression]