🔍 An RStudio addin slash regex utility belt
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

14 lines
398B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/regex_help.R
  3. \name{regexplain_cheatsheet}
  4. \alias{regexplain_cheatsheet}
  5. \title{Regex Cheatsheet Quick Reference}
  6. \usage{
  7. regexplain_cheatsheet()
  8. }
  9. \description{
  10. The function behind the RegExplain Cheatsheet addin. Opens a summary of
  11. regular expression syntax -- the RegExplain cheatsheet -- in an RStudio
  12. viewer pane.
  13. }