fork download
  1. import re
  2. print(re.split(r"(?<=(X))","XXYZ"))
Success #stdin #stdout 0.01s 7692KB
stdin
Standard input is empty
stdout
['XXYZ']