VL.StringExtensions

useful string manipulation functions in VL


VL.StringExtensions adds super-useful string manipulation nodes to VL. You can easily do things such as verify if a string is a correctly formatted email address, append a suffix if it’s missing, or remove all special characters from a string.

It simply wraps two .NET string extensions libraries :

The plugin also contains simple overview help patches that show all the nodes in action.

How to get it

Go to vvvv gamma’s command line and type

nuget install VL.StringExtensions

Then, open the help browser (F1) and look for StringExtensions.

For more information, check the plugin’s Github repo.