Jaa


Language.ANormalization(String) Method

Definition

Switch 'a' before consonants and 'an' before vowels.

public static string ANormalization (string input);
static member ANormalization : string -> string
Public Shared Function ANormalization (input As String) As String

Parameters

input
String

String to fix.

Returns

String with 'a' and 'an' normalized.

Remarks

This is not perfect because English is complex, but does a reasonable job.

Applies to