SED navigation bar go to SED home page go to Dataplot home page go to NIST home page SED Home Page SED Staff SED Projects SED Products and Publications Search SED Pages
Dataplot Vol 2 Vol 1

SWAP CASE

Name:
    SWAP CASE
Type:
    Let Subcommand
Purpose:
    Given a string, convert all upper case characters to lower case and convert all lower case characters to upper case.
Syntax:
    LET <sout> = SWAP CASE <sorg>
    where <sout> is the resulting string;
    and      <sorg> is the name of the original string.
Examples:
    LET SOUT = SWAP CASE S1
Default:
    None
Synonyms:
    None
Related Commands: Applications:
    Data Management
Implementation Date:
    2019/02
Program:
     
        LET STRING S1 = XXXXyyyyZZZZwwww
        LET SOUT = UPPER CASE S1
        
    The resulting string is xxxxYYYYzzzzWWWW.

Privacy Policy/Security Notice
Disclaimer | FOIA

NIST is an agency of the U.S. Commerce Department.

Date created: 02/05/2019
Last updated: 02/05/2019

Please email comments on this WWW page to alan.heckert@nist.gov.