资讯

{n} Matches exactly n times. /a{3}/ matches "aaa" {n,} Matches n or more times. /a{2,}/ matches "aa", "aaa" {n,m} Matches between n and m times. /a{2,4}/ matches "aa ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.