<!-- begin title -->

# `@masknet/unicode/specific-set`

Limit the range of literal characters

<!-- end title -->

## Rule Details

## Options

<!-- begin options -->

```ts
/**
 * @minItems Infinity
 */
export type Options = [
  {
    pattern?: string;
    flags?: string;
    only?: "code" | "comment";
  },
];
```

<!-- end options -->

### :x: Incorrect

### :white_check_mark: Correct

## Attributes

<!-- begin attributes -->

- [ ] :white_check_mark: Recommended
- [x] :wrench: Fixable
- [ ] :bulb: Suggestions
- [x] :gear: Configurable
- [ ] :thought_balloon: Requires type information

<!-- end attributes -->
