You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
[](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)[](https://opensource.org/licenses/BSL-1.0)[](https://github.com/martinmoene/string-bare/actions/workflows/ci.yml)[](https://github.com/martinmoene/string-bare/releases)[](https://github.com/martinmoene/string-bare/blob/master/include/nonstd/string.hpp)<!-- [](https://conan.io/center/string-bare) -->[](https://wandbox.org/permlink/lPob3Qz2o4S3hKpj)[](https://godbolt.org/z/6a5GWY8dP)
4
4
5
+
**Note**: this library was previously named *string-bare*, the original *string-lite* has been renamed to [*string-non-lite*](https://github.com/martinmoene/string-non-lite).
6
+
5
7
Another attempt at a hopefully generally useful C++ string algorithm library.
6
8
7
9
I'm still pondering to add functions that take a regular expression, as `std::regex`and as string (using `*_re()` function names), and the API to use for that.
0 commit comments