Flowdock
module
Importance_0

No documentation

This module has no description. You can help the Ruby community by adding new notes.

Constants

TypeAndValue = /\A(#{AttributeType})=#{AttributeValue}/

AttributeValue = / (?!["#])((?:#{StringChar}|#{Pair})*)| \#(#{HexString})| "((?:#{QuoteChar}|#{Pair})*)" /x

AttributeType = /[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*/

QuoteChar = /[^\\"]/

StringChar = /[^\\"#{Special}]/

Pair = /\\(?:[#{Special}]|\\|"|#{HexPair})/

HexString = /#{HexPair}+/

HexPair = /#{HexChar}#{HexChar}/

HexChar = /[0-9a-fA-F]/

Special = ',=+<>#;'

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.