icu
Here are 115 public repositories matching this topic...
-
Updated
Mar 24, 2022 - TypeScript
-
Updated
Mar 24, 2022 - Jupyter Notebook
-
Updated
Mar 25, 2022 - C++
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Feb 26, 2022 - TypeScript
stringi cheat sheet
Are there any cheat sheets of stringi available? Like this one of stringr: http://edrub.in/CheatSheets/cheatSheetStringr.pdf
It would be more efficient to have a cheat sheet since R base, stringr, and stringi have different but similar types of syntax, which could be confusing some times.
-
Updated
Mar 7, 2022 - C++
Right now we only support either a custom message syntax validator or the ICU Message Syntax. We can start to add builtin support for other syntaxes
-
Updated
Mar 4, 2022 - JavaScript
-
Updated
Aug 23, 2021 - C++
-
Updated
Mar 25, 2022 - TypeScript
-
Updated
Oct 31, 2018 - HTML
-
Updated
Feb 22, 2022 - C#
-
Updated
Jan 14, 2022 - JavaScript
-
Updated
Jul 12, 2021 - C++
-
Updated
Jun 1, 2021 - Jupyter Notebook
-
Updated
Sep 14, 2018 - CSS
-
Updated
Mar 20, 2022 - TypeScript
-
Updated
Feb 1, 2022 - PHP
-
Updated
Mar 1, 2022 - CMake
Improve this page
Add a description, image, and links to the icu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the icu topic, visit your repo's landing page and select "manage topics."
In #1694 I added
is_ascii_lowercase()(and uppercase and titlecase). The functions are defined to mean that if you applyto_ascii_lowercase()(or uppercase/titlecase), then you get back the same string.However, many call sites are ending up looking like
I think we should add functions that combine both checks and save a