Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

Anonymous
15 years ago
The regular expression for breaking-down a URI reference into its components:

^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?
12 3 4 5 6 7 8 9

Source: ietf.org/rfc/rfc2396.txt

<< Back to user notes page

To Top