Remove all punctuation (ie. non-alpha-numeric characters) and white space from the end of a String.

Syntax

ISTextUtilities.RClean(sourceString, [removeNumbers])

Parameters

NameTypeOptionalByRefDescription
sourceString String The String to Clean.
removeNumbers Boolean Optional Indicates whether to also Remove Numbers from the end of the String. If omitted, a value of False is assumed.

Return Value

String

A String value.

Member of:
ISTextUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0