VL.StringExtensions

hei all,

I’ve created a VL plugin that exposes Jeff Klein’s String.Extensions and monk8800’s StringExtensions functions in VL. Those libraries provide some very useful string manipulation functions, such as :

  • DoesNotEndWith
  • RemovePrefix
  • AppendSuffixIfMissing
  • KeepOnlyNumbers
  • KeepOnlySpecialCharacters

and so on …

For now, it’s only a rough forwarding of all functions, things might need to be curated at some point. Anyway, I’ve found those functions to be pretty useful.

I’m planning to also include a vvvv wrapper in the future.

Repo is here.

UPDATE : you can now install the package from VL’s command line by typing nuget install VL.StringExtensions.

7 Likes