Common String DSLs

November 22, 2024 ยท View on GitHub

Some commonly implemented, tiny, cross-platform Domain-Specific-Languages --

  • Regex, Regular expressions
  • Glob syntax (e.g. *.*, *abc???12*)
  • Cron expressions
  • Path (and or XPath) selecting nodes in a tree, e.g. ..\a*b\..\
  • Number ranges (e.g. 1,2,4-12,51, as used when selecting pages to print)
  • Sizzle/CSS Style Selectors (e.g. h3.title[target='_blank'])
  • Markdown (Common)
  • URIs
  • Email addresses