Title or Proper Case?

Title or Proper Case?

Comments

  • Does Decisions have an easy way to convert a string to Title/Proper Case?

    Is it possible to use Format Text?

    If not, what about .NET?

    I also thought about RegEx, but that would be my last stop.

  • Hello,

    We do have a Capitalize step to help accomplish this. Its found in the toolbox under [b]Data/Text/Capitalize.[/b]

    Thanks,

    Erik

  • Hi Erik,

    This wont work. Some of our strings are all caps. JOHN SMITH needs to be converted to John Smith.

  • You could add a lower case step on the next path before capitalizing the string. Let me know if that works for you.

  • Converting to lowercase, then uppercase fixed our issue. Thanks.

Sign In or Register to comment.