regex pattern

  1. G

    Regtex to check if space between an opening and closing bracket in a data item

    Hi All, Looking to see what is the Regex to check if there is space between an opening and closing bracket in a data item. ( john) True (john) False
  2. F

    Solved How to Split String Using Regex Expressions

    Hello, I need to split a string using uppercase character So, for example: String: "GiornoFest.Err.EntrataUscitaEntrataUscitaAltreCausaleDalleAlleDurata Collection: "Giorno Fest. Err. Entrata Uscita Entrata Uscita Altre Causale Dalle Alle Durata Thanks Ale
  3. K

    Need Help in Regex expression

    Hi Team, I need a help in extracting an element from pdf which contains many details I have to extract the Salary amount Example pdf content: Line1: Salary : 45,658.302 Basic Salary: 23,000.54 Line2: Total Salary : 84,937.98 I have given the below regex ...
  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...
  5. K

    Test Regex Match

    I would like to check, if the name of the file contains string. Problem is, that it can be: Abc OR ABC OR abc. Could you help me, how I can create this condition in Regex Pattern? Thank you
Top