string

  1. A

    Extracting with Regex a substring-dynamic first word in the string

    Hi all. I have a collection of strings: ["Apples sales-May 2019", "Figs sales-May 2019", "Bananas sales-May 2019", "Coconuts sales-May 2019", "Cherries sales-May 2019"] all the strings have only 5 different possible substrings as you can see: Apples, Figs, Bananas, Coconuts, Cherries (substring...
  2. A

    Somebody please help me that how can i remove "(Double quote) from collection in blueprism?

    Somebody please help me that how can i remove "(Double quote) from collection in blueprism? We got this issue in production, only because of this issue 3 processes in production got stopped! It's an emergency to fix it, I've been trying from so many days to fix this issue. Actually i've been...
  3. K

    How to split a String into characters?

    How to split a string into characters? I/p: robotics Required o/P: R O B O T I C S Thanks in adavance
  4. K

    How to use the 'Extract Regex Values' action of Utility - Strings for multiple matches

    I already know how to use regular expressions in order to extract some text in strings but most of the time 1 regular expression can match multiple strings inside the original string but I can't find a solution in order to put all the matches in a collection, in this post I find the reference to...
Top