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

正则表达式参考 #2

Open
2439905184 opened this issue Sep 29, 2022 · 4 comments
Open

正则表达式参考 #2

2439905184 opened this issue Sep 29, 2022 · 4 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@2439905184
Copy link
Owner

2439905184 commented Sep 29, 2022

/^(\s*)\*(\s*)(\w+)/gm
用于解析 *main 标签
@2439905184 2439905184 self-assigned this Sep 29, 2022
@2439905184 2439905184 added the good first issue Good for newcomers label Sep 29, 2022
@2439905184
Copy link
Owner Author

Screenshot_20220930-004955.jpgScreenshot_20220930-010659.jpg

@2439905184
Copy link
Owner Author

/([a-zA-Z_0-9]+)|("(.*)")
Screenshot_20220930-063900.jpg

@2439905184
Copy link
Owner Author

"[a-z_A-Z0-9]+|(?<==)[\S+|(?<==)".+""gm
Screenshot_20221002-012509.jpg

@2439905184
Copy link
Owner Author

"(.*(?=//))|(^[\w+)"gm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant