>>910
> .NET正規表現にも文字集合の先頭末尾エスケープなしハイフンに関する記述は見当たらない
明示はしてないけど
a hyphen character (-) is always interpreted as the range separator unless it is the first or last character of the group.
って書いてあるから最初か最後なら範囲文字として解釈はされないだろうね
で最初の文字のケースはないけど最後の文字のケースは例示されてる
[\s-] ⇒ Match a hyphen or a white-space character.
https://docs.microsoft.com/en-us/dotnet/standard/base-types/character-classes-in-regular-expressions
Regular Expression(正規表現) Part15
レス数が900を超えています。1000を超えると表示できなくなるよ。
913デフォルトの名無しさん
2021/10/16(土) 19:12:04.98ID:nVB+19gHレス数が900を超えています。1000を超えると表示できなくなるよ。
