-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add docs for new normalize function. #784
Add docs for new normalize function. #784
Conversation
This PR includes documentation updates. You can view the updated docs at https://neo4j-docs-cypher-784.surge.sh |
17bfd9d
to
b971d34
Compare
b971d34
to
be471b0
Compare
be471b0
to
8fba3ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor styling thing, but feel free to merge without further look from me
8fba3ec
to
a6629e4
Compare
7e99bc7
to
f5f4ea1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gem-neo4j - I tried to give some suggestions to make some parts clearer - let me know if they don't make sense.
022c7a7
to
215eb9c
Compare
215eb9c
to
a72ad15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @gem-neo4j!
I just have a few suggestions
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
The normalize function normalizes a string based on the normalization form. It is useful for converting unicode representations of characters that look the same to be the same unicode sequence, allowing for easier comparisons.