Module: Saxon::ItemType::ValueToRuby::Patterns

Defined in:
lib/saxon/item_type/value_to_ruby.rb

Overview

Regexp patterns to assist in converting XDM typed values into Ruby native types

Constant Summary collapse

DATE_TIME =
/\A(-?[0-9]{4,})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2}(?:\.[0-9]+)?)(Z|[-+][0-9]{2}:[0-9]{2})?\z/