tl;dr use $FILE_PATH$(?<=\.py)( |$) as filter. So (^|[\W])(?<file>(?:\p{Alpha}\:|/)[0-9 a-z_A-Z\-\\./]+)(?<=\.py) is regexp used for ...
確定! 回上一頁