pattern replace find

  1. R

    How find a pattern

    Hi, i got this var: dim myvar as string myvar = "Console.Writeline('Allo')" i want get text between the ( and ). I want get 'Allo' with the ' I want extract the code with ' ' because if i get myvar = "Console.Writeline('Salut ' & any-var) i want get " 'Salut ' & any-var...
Back
Top