xjq

Results 9 issues of xjq

```js /^-?\d+(,\d{3})*(\.\d{1,2})?$/ /^-?\d{1,3}(,\d{3})*(\.\d{1,2})?$/ 千分位的话必须都是千分位吧 ```

🍕待同步到代码

```js /(?:^([1-9]+|0)(?:\.\d{1,2})?$)/ /(?:^[1-9]([0-9]+)?(?:\.[0-9]{1,2})?$)|(?:^(?:0)$)|(?:^[0-9]\.[0-9](?:[0-9])?$)/ ```

```ts type AnyOf = T extends [infer R, ...infer P] ? Equal extends true ? false : R extends [] | '' | false | 0 ? AnyOf : true...

answer
zh-CN
949

This causes a string of characters '%E2%80%8B%E2%80%8B%E2%80%8B' to be spelled out after the access link

1. 部分语言输入功能有bug

bug