Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3019

Re: UDF for Alphanumeric split

$
0
0

Hi G GANGADHAR!

 

If your string has only two possible types like [Digits][Alpha] or [Alpha], than just add the check in the beginning of your UDF:

 

if (Character.isLetter(strInput.charAt(0)))

     return strInput;

 

Regards, Evgeniy.


Viewing all articles
Browse latest Browse all 3019

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>