Nevron Open Vision Documentation
Nevron.Nov Namespace / NStringHelpers Class / InsertBeforeUppersAndDigits Method / InsertBeforeUppersAndDigits(String,String) Method


In This Topic
    InsertBeforeUppersAndDigits(String,String) Method
    In This Topic
    Inserts an arbitrary text before all upper chars and digits in the specified input string and returns the newly created string.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function InsertBeforeUppersAndDigits( _
       ByVal input As System.String, _
       ByVal strToInsert As System.String _
    ) As System.String
    'Usage
     
    
    Dim input As System.String
    Dim strToInsert As System.String
    Dim value As System.String
     
    value = NStringHelpers.InsertBeforeUppersAndDigits(input, strToInsert)
    public static System.string InsertBeforeUppersAndDigits( 
       System.string input,
       System.string strToInsert
    )

    Parameters

    input
    strToInsert
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also