New Methods
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 238
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Hi. I think these methods make stringz more powerful. Please tell me your own opinion:
- clearEmojis: clear all emojis inside input string and return clear string
- exportEmojis: will return array of emojis inside input string
- renderEmojis: will convert emojies to image tag:
'Salam 🤗' to 'Salam <img alt="🤗" src="blah blah"/>'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are identified. First locate the stringz public API and existing string-manipulation tests, then clarify whether clearEmojis, exportEmojis, and renderEmojis are wanted and what emoji and image-source behavior should be supported. Done would require an agreed scope and tests for the specified behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100