Hello Januk,

> To get rid of the new line through the print_recipient template, just add the
> three characters "\s*" (without quotes) immediately before the "\Z" in the
> regexp.  In other words, make the line look like:
> %SetPattRegexp="^(?s)\s{%_RL_Num_Space}(.*?)\s*\Z"%-
> 
> Note, I really made two changes.  I also made the "any character" match (.*)
> ungreedy so that it doesn't compete with the "whitespace character" (\s*) match.

Thank you. I have tried it and it also works.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v2.00.6


________________________________________________________

http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to