logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TOML::Tiny::Grammar - exports regex definitions used to parse TOML source

Author

       Jeff Ober <sysread@fastmail.fm>

Description

       Exports various regexex for parsing TOML source.

Name

       TOML::Tiny::Grammar - exports regex definitions used to parse TOML source

Patterns

Whitespaceandignorables$WS$CRLF$EOL$CommentKeys$BareKey$QuotedKey$SimpleKey$DottedKey$KeyValues$Boolean$Escape$StringLiteral$MultiLineStringLiteral$BasicString$MultiLineString$String$Date$Time$DateTime$Hex$Oct$Bin$Dec$Integer$Float$SpecialFloat

Synopsis

         use TOML::Tiny::Grammar;

         if ($src =~ /$MultiLineString/) {
           ...
         }

Version

       version 0.20

See Also