python regular expression replacing part of a matched string
i got an string that might look like this “myFunc(‘element’,’node’,’elementVersion’,’ext’,12,0,0)” i’m currently checking for validity using, which works fine myFunc\((.+?)\,(.+?)\,(.+?)\,(.+?)\,(.+?)\,(.+?)\,(.+?)\) now i’d like … Read more