Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
26b22ba3
Commit
26b22ba3
authored
Jul 31, 2022
by
Kurt Hindenburg
Browse files
Fix spelling error
parent
8abd80a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/filterHotSpots/UrlFilter.cpp
View file @
26b22ba3
...
...
@@ -41,7 +41,7 @@ using namespace Konsole;
// less bookkeeping on the PCRE engine side
// scheme://
// - Must start with an ASCII letter, prece
e
ded by any non-word character,
// - Must start with an ASCII letter, preceded by any non-word character,
// so "http" but not "mhttp"
static
const
char
scheme_or_www
[]
=
"(?<=^|[
\\
s
\\
[
\\
]()'
\"
`])(?:www
\\
.|[a-z][a-z0-9+
\\
-.]*+://"
;
static
const
char
scheme_or_www_end
[]
=
")"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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