validator icon indicating copy to clipboard operation
validator copied to clipboard

exclude multiple characters in ascii hex form

Open wxmeng04 opened this issue 2 years ago • 0 comments

  • [ ] I have looked at the documentation here first?
  • [ ] I have looked at the examples provided that may showcase my question here?

Package version eg. v9, v10:

v10

Issue, Question or Enhancement:

How to exclude multiple charactors in hex form? Example below will not work obviosly. What's the correct one?

Code sample, to showcase or reproduce:

excludesall=0x20,0x22,0x27,0x28,0x29,0x2C,0x60,0x7C

wxmeng04 avatar Aug 26 '23 04:08 wxmeng04