Closed binkkatal closed 4 years ago
@patil-ashutosh , do i need to setup codecov token for this PR to be merged ?
@binkkatal you need to refresh branch first. might be need to resolve conflicts
How to refresh branch: https://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository https://medium.com/@topspinj/how-to-git-rebase-into-a-forked-repo-c9f05e821c8a
Or let me know , I will resolve conflicts
@patil-ashutosh , rebased, was waiting for the token missing fix
@binkkatal Thanks for working on this. You can also work on open new issue/feature relevant to this repo
RemoveLineBreaks removes all line breaks from a string using a regex. As per https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#lineending, Any Unicode linebreak sequence, is equivalent to \u000D\u000A|[\u000A\u000B\u000C\u000D\u0085\u2028\u2029] .