You are here

constant EasyRdf_Literal_Decimal::DECIMAL_REGEX in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Decimal.php \EasyRdf_Literal_Decimal::DECIMAL_REGEX

written according to http://www.w3.org/TR/xmlschema-2/#decimal

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Decimal.php, line 51

Class

EasyRdf_Literal_Decimal
Class that represents an RDF Literal of datatype xsd:decimal

Code

const DECIMAL_REGEX = '^([+\\-]?)(((\\d+)?\\.(\\d+))|((\\d+)\\.?))$';