%% name = RDoc::Markdown::Literals
%% header { # :markup: markdown
## # Provides Literals appropriate for your ruby version. #– # This set of literals is for ruby 1.8 regular expressions. }
Alphanumeric = /[0-9A-Za-z200-377]/ AlphanumericAscii = /[A-Za-z0-9]/ BOM = “357273277” Newline = “n” | “r” “n”? NonAlphanumeric = /[000-057072-100133-140173-177]/ Spacechar = “ ” | “t”