Hi I am trying to split a string having ("test123") I want to remove the braces and quotes and just need test123. is there a way to accomplish this? I tried splitting on ( and " but getting errors...
2006-02-20 Retitled by GrandFather, as per Monastery guidelines Original title: 'Split'