Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug about unicode set #60

Open
bluelovers opened this issue May 6, 2018 · 2 comments
Open

bug about unicode set #60

bluelovers opened this issue May 6, 2018 · 2 comments
Labels

Comments

@bluelovers
Copy link

new RandExp(/\p{White_Space}/).gen() // => 'p{White_Space}'
@fent fent added the feature label May 6, 2018
@bluelovers
Copy link
Author

bluelovers commented May 9, 2018

also not support \u{1B000}


anthor bug

  pattern: '(?:[\\u30A1-\\u30FA\\u30FD-\\u30FF\\u31F0-\\u31FF\\u32D0-\\u32FE\\u3300-\\u3357\\uFF66-\\uFF6F\\uFF71-\\uFF9D]|\\uD82C\\uDC00)',
  flags: 'u' 

looks like wrong when rand, it only return 2 kind value '𛀀' and ''

'𛀀'
'𛀀'
'𛀀'
'𛀀'
''
''
'𛀀'
''
'𛀀'

@tniemann
Copy link

tniemann commented Feb 9, 2021

hi,

any progress with that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants