patil-ashutosh / go-regex-utility

A curated list of golang applications using regex
MIT License
3 stars 8 forks source link

Remove non-alphanumeric characters #18

Closed patil-ashutosh closed 3 years ago

patil-ashutosh commented 4 years ago

Description

Remove all characters from a string which are not in a-z A-Z 0-9 using regex

Acceptance Criteria

This repository is valid for HacktoberFest2020

Read before making PR - How to contribute on Github

Note: Feel free to open PR as these PR will be counted for hactoberfest acceptence

norbinsh commented 4 years ago

hi @patil-ashutosh, may I work on this?