Keyoti RapidSpell Web .NET Help Docs
AddIgnorePattern Method (p)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerAddIgnorePattern(String)
Keyoti RapidSpell Web .NET
Adds a regex pattern to ignore (maximum of 20 can be added - IgnoreURLsAndEmailAddresses=true counts as 1).
Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddIgnorePattern(
	string p
)
Public Overridable Sub AddIgnorePattern ( _
	p As String _
)
public:
virtual void AddIgnorePattern(
	String^ p
)
Parameters
p (String)
Remarks
Eg, to ignore email addresses either set IgnoreURLsAndEmailAddresses=true or AddIgnorePattern("^(?:[0-9a-zA-Z](?:[-.\w]*[0-9a-zA-Z])*@(?:[0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})$").

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625