[SR-Users] PVs in Regular Expression Transformations
Juha Heinanen
jh at tutpro.com
Tue Apr 20 17:36:07 CEST 2010
Juha Heinanen writes:
> i got core dump. most like from this statement:
>
> $rU = $(var(unescaped_user){s.strip,4});
it turned out that in this test $var(unescaped_user) only had 4 chars,
i.e., they all got stripped. then this empty string is supposed to be
assigned to $rU.
the test may not make much sense, but sr should definitely not dump
core!
-- juha
More information about the sr-users
mailing list