# pystring **Repository Path**: chuyansz/pystring ## Basic Information - **Project Name**: pystring - **Description**: 这是lua string 处理api, 采用类似python的方法 - **Primary Language**: Lua - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-31 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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