通过正则表达式保留英文字符和'特殊字符 #98

Open
mrlan wants to merge 2 commits from improvment_GuHan into master
There is no content yet.
mrlan added 1 commit 2023-06-04 18:39:46 +08:00
Poster
Owner

@guhan

谢谢。为什么需要正则表达式?原来的不够好吗?

@guhan 谢谢。为什么需要正则表达式?原来的不够好吗?
Poster
Owner

@guhan

请先不要合并到 master 分支。

@guhan 请先不要合并到 master 分支。

@mrlan
特殊字符太多了,原先的穷举不现实

@mrlan 特殊字符太多了,原先的穷举不现实
Poster
Owner

@mrlan
特殊字符太多了,原先的穷举不现实

是吗?原先的穷举有遗漏的吗?

> @mrlan > 特殊字符太多了,原先的穷举不现实 是吗?原先的穷举有遗漏的吗?

@mrlan
只穷举了键盘上的特殊符号

@mrlan 只穷举了键盘上的特殊符号

@mrlan,是否可以合拼

@mrlan,是否可以合拼
guhan added 1 commit 2023-06-08 15:27:01 +08:00
Poster
Owner

@mrlan,是否可以合拼

@guhan

不要去合并,我来合并,谢谢。

> @mrlan,是否可以合拼 @guhan 不要去合并,我来合并,谢谢。
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b improvment_GuHan master
git pull origin improvment_GuHan

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff improvment_GuHan
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrlan/EnglishPal#98
There is no content yet.