2022-02-02 python 文字列置換ワンライナー python -c 'import sys,re; [print(re.sub("ABC","XYZ",l,1),end="") for l in sys.stdin]' たまにpythonでやるときあるが毎回忘れるのでメモ