Giter Club home page Giter Club logo

Comments (6)

atlas-comstock avatar atlas-comstock commented on September 3, 2024

@nmweizi Noted, 稍候就转换 引号 到其他符号

from neteasecloudmusicflac.

nmweizi avatar nmweizi commented on September 3, 2024

还有单引号

from neteasecloudmusicflac.

nmweizi avatar nmweizi commented on September 3, 2024

https://www.polarxiong.com/archives/Python-%E6%9B%BF%E6%8D%A2%E6%88%96%E5%8E%BB%E9%99%A4%E4%B8%8D%E8%83%BD%E7%94%A8%E4%BA%8E%E6%96%87%E4%BB%B6%E5%90%8D%E7%9A%84%E5%AD%97%E7%AC%A6.html
def validateTitle(title):
rstr = r"[/\:*?"<>|]" # '/ \ : * ? " < > |'
new_title = re.sub(rstr, "_", title) # 替换为下划线
return new_title

from neteasecloudmusicflac.

atlas-comstock avatar atlas-comstock commented on September 3, 2024

@nmweizi 收到,现在试试改改。

from neteasecloudmusicflac.

atlas-comstock avatar atlas-comstock commented on September 3, 2024

@nmweizi 感谢反馈。改好了,之前重构了 Python2的,现在 python3的也重构一下。

from neteasecloudmusicflac.

atlas-comstock avatar atlas-comstock commented on September 3, 2024

@nmweizi 已提交。请验收0_0

from neteasecloudmusicflac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.