🔍 An RStudio addin slash regex utility belt
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
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. }