Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add emoji regex & isStringOfEmojis validator #9

Merged
merged 3 commits into from
Nov 20, 2023
Merged

Conversation

tokenosopher
Copy link
Collaborator

No description provided.

@tokenosopher tokenosopher changed the title Add emoji regex Add emoji regex & isStringOfEmojis validator Nov 16, 2023
@tokenosopher tokenosopher requested a review from ogroppo November 16, 2023 16:44
@@ -0,0 +1,2 @@
export const emojiRegex =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoa wasn't expecting this monster

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah turns out it's not that easy to account for all them emojis

@@ -0,0 +1,10 @@
import { emojiRegex } from "../regex/emojiRegex";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line break?

@ogroppo
Copy link
Contributor

ogroppo commented Nov 20, 2023

anything that is blocking this PR?

@tokenosopher
Copy link
Collaborator Author

anything that is blocking this PR?

Nope merging now

@tokenosopher tokenosopher merged commit bbd6785 into main Nov 20, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants