Tango.info http interface: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
(→‎URIs: regex)
Line 13: Line 13:
** http://eng.tango.info/?q=08427328020688\1\7 - needs consideration of "\" standards conformance
** http://eng.tango.info/?q=08427328020688\1\7 - needs consideration of "\" standards conformance
** http://eng.tango.info/?q=08427328020688%5C1%5C7
** http://eng.tango.info/?q=08427328020688%5C1%5C7
** note: this is a special, non-standard search because TINsDsT specifies a pattern rather than a literal string. Hence the design should consider carefully the risk of false matches due to a literal string being misinterpreted as a pattern. Perhaps sufficient to avoid this sufficiently is a pattern definition allowing just digis and separators e.g. rexexp '''[0-9]{12,14}[\/-][0-9]+[\/-][0-9]+'''
** note: this is a special, non-standard search because TINsDsT specifies a pattern rather than a literal string. Hence the design should consider carefully the risk of false matches due to a literal string being misinterpreted as a pattern. Perhaps sufficient to avoid this sufficiently is a pattern definition allowing just digis and separators e.g. [[regex]] '''[0-9]{12,14}[\/-][0-9]+[\/-][0-9]+'''


Needs review:
Needs review:

Revision as of 2009-09-13T18:54:04

URIs

Not yet implemented, but planned:

Requested:

Needs review:

See also