comparison xml/en/docs/http/ngx_http_map_module.xml @ 1652:68b647a96448

Documented that "map" does a caseless string comparison.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Feb 2016 12:32:04 +0300
parents 95c3c3bbf1ce
children 8aa362a99f7c
comparison
equal deleted inserted replaced
1651:f2d83fc969b1 1652:68b647a96448
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_map_module" 10 <module name="Module ngx_http_map_module"
11 link="/en/docs/http/ngx_http_map_module.html" 11 link="/en/docs/http/ngx_http_map_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_map_module</literal> module creates variables 18 The <literal>ngx_http_map_module</literal> module creates variables
81 between source and resulting values. 81 between source and resulting values.
82 </para> 82 </para>
83 83
84 <para> 84 <para>
85 Source values are specified as strings or regular expressions (0.9.6). 85 Source values are specified as strings or regular expressions (0.9.6).
86 </para>
87
88 <para>
89 Strings are matched ignoring the case.
86 </para> 90 </para>
87 91
88 <para> 92 <para>
89 A regular expression should either start from the “<literal>~</literal>” 93 A regular expression should either start from the “<literal>~</literal>”
90 symbol for a case-sensitive matching, or from the “<literal>~*</literal>” 94 symbol for a case-sensitive matching, or from the “<literal>~*</literal>”