RegExpose icon indicating copy to clipboard operation
RegExpose copied to clipboard

Add better documentation of nodes

Open bfriesen opened this issue 11 years ago • 0 comments

Should be part of the abstract RegexNode class and include:

  • General description
  • Node-specific behavior
  • Success criteria specific to this instance of RegexNode, including:
    • Characters that will match (or not) (for charactor class)
    • Case sensitivity options (for character literal and character class)
    • Dot matching options (for dot)
    • Anchor options (for anchors)
    • Quantifier numbers (for quantifiers)
    • TODO: any other success criteria
  • Additional information, if applicable

bfriesen avatar Aug 05 '13 07:08 bfriesen