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

s-split-words now also splits ABc into A Bc #43

Merged
merged 2 commits into from
Aug 21, 2013
Merged

s-split-words now also splits ABc into A Bc #43

merged 2 commits into from
Aug 21, 2013

Conversation

Malabarba
Copy link
Contributor

Added a replace-regexp to split between two consecutive upper case if the second is followed by a lowercase or number.

Isse 37:
#37

@magnars
Copy link
Owner

magnars commented Aug 20, 2013

Excellent, thanks! :-) Please add some examples to dev/examples.el and then run ./create-docs.sh.

@Malabarba
Copy link
Contributor Author

Done.

Also, this caused a few more changes, because the readme.md got updated to include the doc changes you had made.

@Malabarba
Copy link
Contributor Author

By the way... create-docs.sh presented no output and returned code 0. I take it that means it worked?

@magnars
Copy link
Owner

magnars commented Aug 21, 2013

Many thanks! :-)

By the way... create-docs.sh presented no output and returned code 0. I take it that means it worked?

A return code of 0 isn't enough these days? ;-)

magnars added a commit that referenced this pull request Aug 21, 2013
s-split-words now also splits ABc into A Bc
@magnars magnars merged commit 27f17ac into magnars:master Aug 21, 2013
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