\d{4} \d{4,4} 違い
違わないか
> '12345'.scan(/\d{4}/)=> ["1234"]> '12345'.scan(/\d{4,4}/)=> ["1234"]
Mastodon is the best way to keep up with what's happening.
Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.