@plexis/to-swap-case

0.0.22 • Public • Published

@plexis/to-swap-case

Swaps lowercase to uppercase and vice versa for the input text.

Installation npm i @plexis/to-swap-case

Usage

import toSwapCase from '@plexis/to-swap-case';

toSwapCase('Hello WORLD'); // => 'hELLO world'
toSwapCase('123 toys'); // => '123 TOYS'

Aliases

import toSwapCase from '@plexis/to-swap-case';
import {toSwapCase, swapCase} from 'plexis';

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @plexis/to-swap-case

      Weekly Downloads

      0

      Version

      0.0.22

      License

      MIT

      Unpacked Size

      3.56 kB

      Total Files

      6

      Last publish

      Collaborators

      • vorillaz