How to lower case strings?

I was wondering if there is a Juji function to lower case string attributes or do I have to create a custom function?

Hi @angelica_t,

We don’t have a function for lower case string attribute value right now. However, you can create a external function that uses the Clojure built-in function lower-case follow the 2 steps below:

  1. creating an external function

  2. Define the external function to use the Clojure built-in function lower-case. Choose your own attribute in the arguments

Let me know if you have any questions.

1 Like