Skip to content

pystring provides many string processing functions, such as split and strip. You can follow the python method to process Lua strings

License

Notifications You must be signed in to change notification settings

liaozhaoyan/pystring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystring

pystring provides many string processing functions, such as split and strip. You can follow the python method to process Lua strings

support function

Note that the implementation methods and return results are different.

  • split
  • rsplit
  • partition
  • rpartition
  • splitlines
  • strip
  • lstrip
  • rstrip
  • join
  • startswith
  • endswith
  • find
  • rfind
  • count
  • shift
  • swapcase
  • capitalize
  • title
  • capwords
  • islower
  • isupper
  • isdigit
  • isinteger
  • ishex
  • isalnum
  • istilte
  • isfloat
  • ljust
  • rjust
  • center
  • zfill
  • replace
  • expandtabs
  • with

About

pystring provides many string processing functions, such as split and strip. You can follow the python method to process Lua strings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •