@thi.ng/strings
Advanced tools
Comparing version 3.9.0 to 3.9.1
@@ -6,5 +6,2 @@ const upper = (x) => x.toUpperCase(); | ||
x.replace( | ||
// TC39 | ||
// /(?<=[a-z0-9\u00e0-\u00fd])(?=[A-Z\u00c0-\u00dd])/g, | ||
// (_, i) => (i ? delim : "") | ||
/([a-z0-9\u00e0-\u00fd])([A-Z\u00c0-\u00dd])/g, | ||
@@ -11,0 +8,0 @@ (_, a, b) => a + delim + b |
# Change Log | ||
- **Last updated**: 2025-01-04T21:07:38Z | ||
- **Last updated**: 2025-01-21T11:16:50Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/strings", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"description": "Various string formatting & utility functions", | ||
@@ -215,3 +215,3 @@ "type": "module", | ||
}, | ||
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n" | ||
"gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n" | ||
} |
102980
2176