Release Automation

Nolio Official KB: How do I trim white spaces and tabs from a string?

  • 1.  Nolio Official KB: How do I trim white spaces and tabs from a string?

    Posted Dec 18, 2013 04:14 PM
    If you want to remove spaces before and after a string you can use the Extract regular expression text from string action and use the following regular expression notation: [ \t]*([^ \t]+)
     
    If you want to refine your regular expression skils Visit this site