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

ReplaceStrPref: Add ignore case option without regex #1040

Merged
merged 3 commits into from Sep 17, 2022

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Sep 17, 2022

Implement MISC::replace_casestr()

文字列をコピーし部分文字列に一致する箇所を置換して返す関数を実装します。
部分文字列はASCIIの大文字小文字を無視して一致します。

Add test cases for MISC::replace_casestr()

ReplaceStrPref: Add ignore case option without regex

正規表現を使わずにASCIIの大文字小文字を無視して文字列置換するオプションを追加します。

関連のissue: #76

ma8ma and others added 3 commits September 17, 2022 22:20
文字列をコピーし部分文字列に一致する箇所を置換して返す関数を実装します。
部分文字列はASCIIの大文字小文字を無視して一致します。

Co-authored-by: JD Project <jd.project@acc574344b8506f1335297eaa7f74be0f7ea992b>
正規表現を使わずにASCIIの大文字小文字を無視して文字列置換する
オプションを追加します。

Co-authored-by: JD Project <jd.project@acc574344b8506f1335297eaa7f74be0f7ea992b>
@ma8ma ma8ma added the feature 機能の追加と削除 label Sep 17, 2022
@ma8ma ma8ma merged commit ec456df into JDimproved:master Sep 17, 2022
@ma8ma ma8ma deleted the replacestr-replace_casestr branch September 17, 2022 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 機能の追加と削除
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant