module
ActionDispatch::Journey::Router::Utils::UriEscape
rails latest stable
URI path and fragment escaping http://tools.ietf.org/html/rfc3986
Constants
UNSAFE_FRAGMENT = Regexp.new("[^#{safe_fragment}]", false).freeze
UNSAFE_SEGMENT = Regexp.new("[^#{safe_segment}]", false).freeze
Files
- actionpack/lib/action_dispatch/journey/router/utils.rb