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

エイリアス編集機能の追加 #14

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

8uta
Copy link
Contributor

@8uta 8uta commented Oct 10, 2024

概要

原音設定のエイリアスを編集する機能を追加しました。

変更点

  • utaupy\otoini.py の OtoIni クラスに、次のメソッドを追加しました。

    • apply_regex: 対象行(正規表現に完全一致した行か、全行)に関数を実行します。
    • replace_regexp_alias: 対象行のエイリアスを置換します。
    • add_alias: 対象行に接頭辞または接尾辞を追加します。
    • trim_alias: 対象行の語頭または語尾から、文字数を指定して削除します。

関連するプルリクエスト

このプルリクエストは、setParamプラグイン向けの機能追加 ( #13 ) で保留となった機能を分割したものです。

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

Successfully merging this pull request may close these issues.

1 participant