Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Regex

Sarath27
8 - Asteroid

Sarath27_1-1671038518179.png

 

 

Hi,

 

Highlighted one is the valid once (Cross-Sell).

 

Pls help me with a regex to find items which are not in camel case type ie. Non-highlighted one's (Row 2 to 4)  should be found from the regex.

 

Thanks in Advance.

4 REPLIES 4
Luke_C
17 - Castor

Hi @Sarath27 

 

Try this:

 

\u\l+-\u\l+

 

 

Luke_C_0-1671039790043.png

 

 

Sarath27
8 - Asteroid

@Luke_C I am trying to put this regex in a sql query and use it in Alteryx.Pls help me with that if possible. Thanks in Advance

binuacs
20 - Arcturus

@Sarath27 One way of doing this

binuacs_0-1671043385057.png

 

Luke_C
17 - Castor

@Sarath27 Not sure on the SQL syntax, sorry.

Labels