The following table outlines all functions from other known VBA String-related repositories. Functions with an ❌ are no included in the respective module.
| Function | String.bas Name |
Stringbuilder.cls Name |
|---|---|---|
| add | Append | Append |
| addLine | AppendLine | AppendLine |
| Append | Append | Append |
| Append | Append | Append |
| Append | Append | Append |
| AscW2 | AscW2 | ❌ |
| CharAt | Char | Char |
| CharPositionOf | Char | Char |
| chop | Left | RemoveFromEnd |
| chopIf | RemoveFromEndWhile | RemoveFromEndWhile |
| chopWhile | RemoveFromEndWhile | RemoveFromEndWhile |
| CleanText | Clean | ❌ |
| clear | Clear | Clear |
| Clear | Clear | Clear |
| Coalesce | Coalesce | ❌ |
| Contains | Contains | Contains |
| ContainsAny | ContainsAny | ContainsAny |
| CountSubstring | CountSubstring | CountSubstring |
| Delete | Remove | Remove |
| EndsWith | EndsWith | ❌ |
| EndsWith | EndsWith | ❌ |
| EndsWithAny | EndsWithAny | ❌ |
| EnsureCapacity | ❌ | EnsureCapacity |
| EnsureCapacity | ❌ | EnsureCapacity |
| Format | ||
| FromUTF8ToVB | ||
| FromVBToUTF8 | ||
| GrowCapacity | ❌ | EnsureCapacity |
| Inject | Interpolate | Interpolate |
| insert | Insert | Insert |
| Insert | Insert | Insert |
| Insert | Insert | Insert |
| LastCharPositionOf | LastIndexOf | LastIndexOf |
| LevenshteinDistance | LevenshteinDistance | ❌ |
| MatchesAll | ❌ | ❌ |
| MatchesAny | EqualsAny | ❌ |
| overwrite | Overwrite | Overwrite |
| Reinitialize | Clear | Clear |
| Reinitialize | Clear | Clear |
| Remove | Remove | Remove |
| RemoveNonPrintableCharacters | RemoveNonPrintableChars | RemoveNonPrintableChars |
| Replace | Replace | Replace |
| Replace | Replace | Replace |
| ReplaceNBSP | ReplaceNonBreakingSpaces | ReplaceNonBreakingSpaces |
| ReplaceNewLineCharacters | ReplaceNewLineChars | ReplaceNewLineChars |
| Reset | Clear | Clear |
| Reset | Clear | Clear |
| Reverse | Reverse | Reverse |
| Reverse | Reverse | Reverse |
| SetTo | ❌ | ❌ |
| shift | Insert | Insert |
| ShrinkCapacity | ❌ | EnsureCapacity |
| SI | Interpolate | Interpolate |
| StartsWith | StartsWith | ❌ |
| StartsWith | StartsWith | ❌ |
| StartsWithAny | StartsWithAny | ❌ |
| StringBetween | SubstringBetween | SubstringBetween |
| StringFormat | ||
| StringPadding | PadLeft/PadRight | ❌ |
| StringSimilarity | MeasureSimilarity | ❌ |
| Substring | Substring | Substring |
| Substring | Substring | Substring |
| toString | ❌ | ToString |
| ToString | ❌ | ToString |
| ToString | ❌ | ToString |
| TrimAll | Trim | ❌ |
| TrimToSize | ❌ | ❌ |
| Truncate | Truncate | ❌ |
| uri | URLEncode | ❌ |