All Classes |Grouped Classes |Index

Function get_capture

Get capture.

	CL_StringRef8 CL_RegExpMatch::get_capture(
		const char * subject,
		int capture);

	CL_StringRef8 CL_RegExpMatch::get_capture(
		const CL_StringRef8 & subject,
		int capture);