Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching a character in a string #705

Merged
merged 5 commits into from
Jun 11, 2020
Merged

Conversation

emmt
Copy link
Contributor

@emmt emmt commented Jun 9, 2020

Extend search methods for looking for a character in a string. These appear in Julia 1.3

Extend search methods for looking for a character in a string.  These appear in Julia 1.3
@martinholters martinholters added needs-news Needs an entry in the README needs-tests labels Jun 10, 2020
Copy link
Member

@martinholters martinholters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implementation looks good, but needs tests (can probably just be copied from JuliaLang/julia#31664) and an entry in the README.

src/Compat.jl Outdated Show resolved Hide resolved
emmt and others added 2 commits June 11, 2020 09:17
README.md Outdated Show resolved Hide resolved
@martinholters martinholters removed needs-news Needs an entry in the README needs-tests labels Jun 11, 2020
Co-authored-by: Martin Holters <martin.holters@hsu-hh.de>
@martinholters martinholters merged commit b32879e into JuliaLang:master Jun 11, 2020
@martinholters
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants