On Tuesday, 13 October 2015 at 13:51:50 UTC, anonymous wrote:
On Tuesday 13 October 2015 15:42, Suliman wrote:map!(a=> a~=" +") work fine, but how to add before at same time?Use ~ instead of ~=, like so: map!(a => "+" ~ a ~ "+")
Thanks!
On Tuesday, 13 October 2015 at 13:51:50 UTC, anonymous wrote:
On Tuesday 13 October 2015 15:42, Suliman wrote:map!(a=> a~=" +") work fine, but how to add before at same time?Use ~ instead of ~=, like so: map!(a => "+" ~ a ~ "+")
Thanks!