I'd like to use a variable inside a regex , how can I do this in Python ? TEXTO = sys.argv[1] if re.search(r"\b(?=\w) ...
確定! 回上一頁