Regular Expression to Get All Characters After a Specific Character in Nintex Workflow

You can get all the characters after a specific character in a string using Nintex Workflow. Here are the steps to follow: Insert a Regular Expression action into your Nintex Workflow. Configure it with the following settings: Pattern = (^.*?(?=-)-)  where the "-" is the character (replace both "-" with your desired character) Replacement text = Keep this empty Input... Continue Reading →

Website Powered by WordPress.com.

Up ↑