Skip to content
  • Mark Olesen's avatar
    9f91084e
    ENH: provide word::validated() static method · 9f91084e
    Mark Olesen authored
    - Constructs a validated word, in which all invalid characters have
      been stripped out and any leading digit is '_'-prefixed.
      Words with leading digits cause parse issues when read back later.
    
    - Replaces previous functionally identical code from src/conversion
    
    --
    COMP: test against nullObject instead of checking address for null pointer.
    9f91084e
    ENH: provide word::validated() static method
    Mark Olesen authored
    - Constructs a validated word, in which all invalid characters have
      been stripped out and any leading digit is '_'-prefixed.
      Words with leading digits cause parse issues when read back later.
    
    - Replaces previous functionally identical code from src/conversion
    
    --
    COMP: test against nullObject instead of checking address for null pointer.
Loading