Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加ADV-R(\d+)的番号识别 #455

Open
1 task done
DANTHK opened this issue Nov 28, 2024 · 0 comments
Open
1 task done

增加ADV-R(\d+)的番号识别 #455

DANTHK opened this issue Nov 28, 2024 · 0 comments

Comments

@DANTHK
Copy link

DANTHK commented Nov 28, 2024

功能建议

elif 'ADV-R' in norm:
    match = re.search(r'ADV-R(\d+)', norm, re.I)
        if match:
            return 'ADV-R' + match.group(1)

增加ADV-R(\d+)的番号识别

提交须知

  • 我确认使用的是最新版本并且已经阅读过Wiki帮助文档
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant