mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
fhem.pl: multiline ReplaceSetMagic perl regexp
git-svn-id: https://svn.fhem.de/fhem/trunk@11237 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9a3cc56453
commit
704ca3be8c
@ -1548,7 +1548,7 @@ ReplaceSetMagic($$@) # Forum #38276
|
||||
$x eq "" ? "[$1:$2$3]" : $x
|
||||
}/egi;
|
||||
|
||||
$a =~ s/{\((.*)\)}/AnalyzePerlCommand($hash->{CL},$1,1)/eg;
|
||||
$a =~ s/{\((.*)\)}/AnalyzePerlCommand($hash->{CL},$1,1)/egs;
|
||||
|
||||
return (undef, @_) if($oa eq $a);
|
||||
return (undef, split(/ /, $a, $nsplit));
|
||||
|
Loading…
x
Reference in New Issue
Block a user