TOML::Tiny::Grammar - exports regex definitions used to parse TOML source
Contents
Copyright And License
This software is copyright (c) 2025 by Jeff Ober.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.40.1 2025-03-26 TOML::Tiny::Grammar(3pm)
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
