prince-0203/BouyomiCraft

View on GitHub
Assets/RegExps/マルチプレイ.json

Summary

Maintainability
Test Coverage
[
  {
    "title": "~さんがログインしました",
    "search": "^(\\w{3,16}) joined the game$",
    "replace": "$1さんがログインしました",
    "caseInsensitive": false
  },
  {
    "title": "~さんがログアウトしました",
    "search": "^(\\w{3,16}) left the game$",
    "replace": "$1さんがログアウトしました",
    "caseInsensitive": false
  }
]