XUnity.AutoTranslator 正規表現メモ

r:"^(([0.1-9]{1,3},?)+) rounds$"=$1ラウンド

r:"^Round: ([0-9]+)$"=ラウンド$1

r:"^Win Streak: ([0-9]+)\nMax Streak: ([0-9]+)$"=連勝:$1\n最大連勝:$2
r:"^Win Streak: ([0-9]+)¥nMax Streak: ([0-9]+)$"=連勝:$1¥n最大連勝:$2
(コピペしたら \n になってたので元は ¥n )




sr:"^0 x (\w+)$\n"=0 x $1\n
sr:"^1 x (\w+)$\n"=1 x $1\n
sr:"^2 x (\w+)$\n"=2 x $1\n

sr:"^0 x (\w+)\n0 x (\w+)$\n"=0 x $1\n0 x $2
sr:"^0 x (\w+)\n1 x (\w+)$\n"=0 x $1\n1 x $2
sr:"^1 x (\w+)\n0 x (\w+)$\n"=1 x $1\n0 x $2
sr:"^1 x (\w+)\n1 x (\w+)$\n"=1 x $1\n1 x $2


//Do you want your Burrow Wyrm placed at the bottom of your deck?=Burrow Wyrmをデッキの一番下に置きますか?
//r:"^Do you want your ([A-Za-z]+) Wyrm placed at the bottom of your deck?$"=$1をデッキの一番下に置きますか?
//r:"^This purchase cannot be undone as ((\w+\s*)+) has a 'When Bought' effect. Proceed?$"=$1には「購入時」の効果があるため、この購入は取り消すことができません。続行しますか?

Put in deck=デッキに入れる

r:"^(\w+) Paint$"=$1の塗料

//r:"^Do you want your ([A-Za-z]+) ([A-Za-z]+) placed at the bottom of your deck?$"=$1をデッキの一番下に置きますか?

r:"^Do you want your ((\w+\s*)+)placed at the bottom of your deck?$"=$1をデッキの一番下に置きますか?

//r:"^This purchase cannot be undone as ((\w+\s*)+) has a 'When Bought' effect. Proceed?$"=$1には「購入時」の効果があるため、この購入は取り消すことができません。続行しますか?

r:"^This purchase cannot be undone as (.+) has a 'When Bought' effect. Proceed?$"=このカードには「購入時」の効果があるため、この購入は取り消すことができません。続行しますか?

//r:"^This purchase cannot be undone as (.+) has a 'When Bought' effect. Proceed?$"=$1には「購入時」の効果があるため、この購入は取り消すことができません。続行しますか?


//r:"^(([0.1-9]{1,3},?)+)D"=$1日

r:"^Company Seoul paid ₩(([0.1-9]{1,3},?)+) per share"=ソウル会社は1株当たり$1を支払いました

r:"^Company Manpho paid ₩(([0.1-9]{1,3},?)+) per share"=マンフォ会社は1株当たりW $1を支払いました


r:"^(([0.1-9]{1,3},?)+) rounds$"=$1ラウンド

r:"^Round: ([0-9]+)$"=ラウンド$1

r:"^Win Streak: ([0-9]+)\nMax Streak: ([0-9]+)$"=連勝:$1\n最大連勝:$2

///////////////////////配布β 27.5ラウンド小数点。複数の数字を自動で表示する変数をかいた




参考サイト


この記事が気に入ったらサポートをしてみませんか?