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

Commits on Sep 17, 2022

  1. Implement MISC::replace_casestr()

    文字列をコピーし部分文字列に一致する箇所を置換して返す関数を実装します。
    部分文字列はASCIIの大文字小文字を無視して一致します。
    
    Co-authored-by: JD Project <jd.project@acc574344b8506f1335297eaa7f74be0f7ea992b>
    ma8ma and JD Project committed Sep 17, 2022
    Copy the full SHA
    807f8ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f58833 View commit details
    Browse the repository at this point in the history
  3. ReplaceStrPref: Add ignore case option without regex

    正規表現を使わずにASCIIの大文字小文字を無視して文字列置換する
    オプションを追加します。
    
    Co-authored-by: JD Project <jd.project@acc574344b8506f1335297eaa7f74be0f7ea992b>
    ma8ma and JD Project committed Sep 17, 2022
    Copy the full SHA
    db0ea91 View commit details
    Browse the repository at this point in the history