Splitwords Method (String) From Stot previous page next page Stot Semanter..::..Splitwords Method (String) Edit the specified query by splitting with punctuations and whitespaces. Namespace: Engine Assembly: Engine (in Engine.dll)SyntaxC#VBC++public static string[] Splitwords( string query )Public Shared Function Splitwords ( _ query As String _ ) As String()public: static array<String^>^ Splitwords( String^ query )ParametersqueryType: StringThe query.Return ValueSee AlsoSemanter ClassSplitwords OverloadEngine Namespace previous page start next page