Hi,
I have a string like this: A Facility Hyd (IND)|True|False|12/12/2012|12/12/2013. ( Each word is separated by "|")
I want to extract the first word (A Facility Hyd (IND)). How can I achieve this. Please advice. Thank you.
Try a regex like this :
^[\w ()]+
You can test it out here: http://gskinner.com/RegExr/
It worked!. Thank you Sir.
Nintex would like to place cookies on your computer to improve your browsing experience. The Nintex website uses cookies for the following reasons:
If you do not wish to allow cookies from this website, you may configure your browser so that you are notified before a cookie is downloaded or so that your browser does not accept cookies.