bskinn/sphobjinv

Brute force name parsing check

Opened this issue · 1 comments

Opt-in flag for a test that tries all possible permutations of valid strings as names up to a certain length.

Might be enough to have permutations of classes of characters:

  • letter
  • number
  • space
  • colon
  • hyphen

And in each spot of the permutation where a given character class appears, also permute the quantity: one, and more than one.