Overload | Description |
---|---|
InsertBeforeUppersAndDigits(String,String) | Inserts an arbitrary text before all upper chars and digits in the specified input string and returns the newly created string. |
InsertBeforeUppersAndDigits(String,String,Boolean) | Inserts an arbitrary text before all upper chars and digits in the specified input string and returns the newly created string. |