Skip to content

remove_hashtag remove number after # #13

@kokkoks

Description

@kokkoks

"#" followed by number should be the same if it is a real number, but it counts as a hashtag and is removed.

issue:

remove_hashtags("abc#abc #1234")
>>"abc "

expected:

remove_hashtags("abc#abc #1234")
>>"abc #1234"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions