1.1.2 • Published 2 years ago

@pohy/py-util v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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)
1.1.2

2 years ago

1.1.1

2 years ago

1.0.0

2 years ago