Splitwords Method (String, String)

Stot

Stot

Semanter..::..Splitwords Method (String, String)

Edit the specified query by splitting with punctuations and whitespaces, with exceptions of some punctuations.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public static string[] Splitwords(
	string query,
	string except
)
Public Shared Function Splitwords ( _
	query As String, _
	except As String _
) As String()
public:
static array<String^>^ Splitwords(
	String^ query, 
	String^ except
)

Parameters

query
Type: String
The query.
except
Type: String
The string to exempted which splitting the query..

Return Value

The query split into an array