Skip to content

Instantly share code, notes, and snippets.

@relliv
Last active November 7, 2024 02:07
Show Gist options
  • Save relliv/eb33e9b301a5be600395abbfaff090a2 to your computer and use it in GitHub Desktop.
Save relliv/eb33e9b301a5be600395abbfaff090a2 to your computer and use it in GitHub Desktop.

Pattern:

^([\d*]+)\.\s+((?:\p{Emoji_Presentation}|\p{Emoji}\uFE0F?)(?:\u200D(?:\p{Emoji_Presentation}|\p{Emoji}\uFE0F?))*)(\w+)

Match:

11. 🧿My Title

Replace:

$1. $2 $3

Result:

11. 🧿 My Title

Refs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment