We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89abca commit 7802df8Copy full SHA for 7802df8
src/source-rewrites.mjs
@@ -27,7 +27,7 @@ const regExpEscape = /[-[\]{}()*+?.,\\^$#\s]/g,
27
basicStrEscape = /["'`$\\]/g,
28
charset = /­|​|­|<wbr>/gi,
29
subtermsByCaps = /[A-Z]?[^A-Z]+|[A-Z]/g,
30
- subtermsByVowels = /(?<=[AEIOUYaeiouy])/g,
+ subtermsByVowels = /(?<=[AEIOUYaeiouy])(?!$)/g,
31
termsBySpaces = /\S+/g,
32
containsMask = /&#\d+;|&#x[A-z\d]+;|&[A-z]+;/,
33
getEndPoint = /((?<![^\/])github\/)?[^\/]+$/,
0 commit comments