Hey Guys, I have looked everywhere for an example of this and haven't been able to get it working. I'm parsing a file and am looking in the lines for 'username-#' where the username will change and there can be any number of digits [0-9] after the dash.
I have tried nearly every combination trying to use the variable username in the regular expresion. Am I even close with something like this:
re.compile('%s-\d*'%user)
Any help would be greatly appreciated