Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
27154374
Commit
27154374
authored
Dec 15, 2018
by
IKEDA Soji
Browse files
Correct regexp.
parent
e20865f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Tools/Text.pm
View file @
27154374
...
...
@@ -128,7 +128,7 @@ sub wrap_text {
Language
=>
Sympa::
Language
->
instance
->
get_lang
,
OutputCharset
=>
(
Encode::
is_utf8
(
$text
)
?
'
_UNICODE_
'
:
'
utf8
'),
Prep
=>
'
NONBREAKURI
',
prep
=>
[
qr{\b
$email_re
\b}
,
sub
{
shift
;
@
_
}],
prep
=>
[
$email_re
,
sub
{
shift
;
@
_
}],
ColumnsMax
=>
$cols
)
->
fold
(
$init
,
$subs
,
$text
);
...
...
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