Search results

  1. K

    Test Regex Match

    I found another solution, but thank you :)
  2. K

    Test Regex Match

    Basically I have a loop through sheets and I need to identify those, which have (Abc OR ABC OR abc) string in the name. It could be random name (with numbers or chars like _-/.,: ...) but the string above is there somewhere. usually I use 3 Test Regex for each one separately but I am curious if...
  3. K

    Scheduler is not working

    Hi, if you use scheduler in DEV environment, it could cause the problem.
  4. 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