Skip to content

pohy/py-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python utils

For when you need to work with string indices calculated in python. If the strings contain emojis, you'll know what I mean. 👩‍❤️‍💋‍👩

See the following threads for more details:

import {pyLen, pySlice} from '@pohy/py-util'

const length = pyLen(textWithEmojis)
const substring = pySlice(textWithEmojis, pythonCalculatedStartIndex, pythonCalculatedEndIndex)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published