patil-ashutosh / go-regex-utility

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

ADD: Check for special characters in a string #12

Closed binkkatal closed 3 years ago

binkkatal commented 3 years ago

ADD: Check for special characters in a string.

The Method ContainsSpecialChars, uses regex to validate a string. The regex being used is ^[a-zA-Z0-9]*$

patil-ashutosh commented 3 years ago

@binkkatal Thank your for raising your pull request.

binkkatal commented 3 years ago

@patil-ashutosh fixed the lint issues and squashed the commits. ready for re review

binkkatal commented 3 years ago

@patil-ashutosh do i need to setup codecov token for this pr to be merged?

patil-ashutosh commented 3 years ago

@patil-ashutosh do i need to setup codecov token for this pr to be merged?

@binkkatal No need to setup token , I fixed CodeCov issue so no need of token. Please refresh branch once , issue will resolve

binkkatal commented 3 years ago

@patil-ashutosh do i need to setup codecov token for this pr to be merged?

@binkkatal No need to setup token , I fixed CodeCov issue so no need of token. Please refresh branch once , issue will resolve

@patil-ashutosh i rebased with the latest master and the upload step breaks again. can you have a look at it