Login  Register

Re: short and long descriptions

Posted by DavidJCobb on Oct 27, 2011; 3:05am
URL: https://support.nabble.com/short-and-long-descriptions-tp6927296p6934953.html

cadet1620 wrote
The usefulness of regular expressions is limited without [ ].  I hope there's a way to get them in there.
Perhaps this? Haven't tried it.

<n.regex_replace_all>
   <pattern>[1-3]</pattern>
   <replacement>_</replacement>
   <text>1 2 3 4.  Numbers? What numbers? Those are underscores! Except the one on the right, anyway.</text>
</n.regex_replace_all>