venkat-python-methods

1.0.4 • Public • Published

// examples

require('venkat-python-methods');

let titlecase = "hi hELLOW, hoW Are You.!".title();

console.log(titlecase); // Hi Hellow, How Are You.!

let centeredStr = "hello".center(9,'-');

console.log(centeredStr); // --hello--

All string functions:

  1. capitalize,
  2. center,
  3. count,
  4. expandtabs,
  5. isalnum,
  6. isalpha,
  7. isdigit,
  8. islower,
  9. isupper,
  10. isspace,
  11. swapcase,
  12. title,
  13. zfill,
  14. ljust,
  15. rjust

Readme

Keywords

none

Package Sidebar

Install

npm i venkat-python-methods

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

2.91 kB

Total Files

3

Last publish

Collaborators

  • venkatshiva089