Jaa


Language.NonWord(String) Method

Definition

Test to see if word is all punctuation or white space.

public static bool NonWord (string word);
static member NonWord : string -> bool
Public Shared Function NonWord (word As String) As Boolean

Parameters

word
String

Word to check.

Returns

True if word is all punctuation or white space.

Applies to