Sort Views by Lowercase alpha numeric View name

I have seen many nodes that will change the case of a view name from lowercase to uppercase and vice versa. I am not so much interested in forcing this change, but more interested in performing a QA review and sort the view names on sheets and check if the are all uppercase view names.

Any thoughts?

Get the name, make it upper and then use the String.Contains node with the Case Sensitive option to compare it to the name.

Sean, thanks for the information. I will give this a shot. When I get the check finalized, I will post it for others to use.

Which package is this node in?

String.Contains should be an OOTB node…

Thanks for the help Sean. String.Contains was the solution.