All Classes |Grouped Classes |Index

Function search

	CL_RegExpMatch CL_RegExp::search(
		const char * subject,
		int length,
		int start_offset = 0,
		int search_flags = 0);

	CL_RegExpMatch CL_RegExp::search(
		const CL_StringRef8 & subject,
		int start_offset = 0,
		int search_flags = 0);

	void CL_RegExp::search(
		const char * subject,
		int length,
		int start_offset,
		int search_flags,
		CL_RegExpMatch & result);

	void CL_RegExp::search(
		const CL_StringRef8 & subject,
		int start_offset,
		int search_flags,
		CL_RegExpMatch & result);