Skip to content
  • Rob Swindell's avatar
    3a2c90b2
    Add input K_TRIM and K_NOSPACE mode flags · 3a2c90b2
    Rob Swindell authored
    K_TRIM causes leading and trailing whitespace to be trimmed.
    K_NOSPACE disallows any whitespace characters to be added to the string.
    
    Previously, trailing whitespace was always trimmed. Now, only do that
    if/when K_TRIM is specified.
    3a2c90b2
    Add input K_TRIM and K_NOSPACE mode flags
    Rob Swindell authored
    K_TRIM causes leading and trailing whitespace to be trimmed.
    K_NOSPACE disallows any whitespace characters to be added to the string.
    
    Previously, trailing whitespace was always trimmed. Now, only do that
    if/when K_TRIM is specified.
Loading