Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-pcre2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-pcre2
Commits
3ffe3995
Commit
3ffe3995
authored
Jul 04, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo
parent
6a26f194
Pipeline
#272
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.rst
README.rst
+1
-1
vmod_pcre2.vcc
src/vmod_pcre2.vcc
+1
-1
No files found.
README.rst
View file @
3ffe3995
...
...
@@ -837,7 +837,7 @@ sequences can be used to insert strings:
``$$``
Inserts a dollar character.
``$<n>`` o
f
``${<n>}``
``$<n>`` o
r
``${<n>}``
Inserts the contents of group ``<n>`` captured during the match,
where ``<n>`` can be a number or a name. The number can be 0 to
include the entire matched string. Braces are only required if the
...
...
src/vmod_pcre2.vcc
View file @
3ffe3995
...
...
@@ -794,7 +794,7 @@ sequences can be used to insert strings:
``$$``
Inserts a dollar character.
``$<n>`` o
f
``${<n>}``
``$<n>`` o
r
``${<n>}``
Inserts the contents of group ``<n>`` captured during the match,
where ``<n>`` can be a number or a name. The number can be 0 to
include the entire matched string. Braces are only required if the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment