MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / WizStrRStrI_Pos

Function WizStrRStrI_Pos

src/WizCombineNotesDialog.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239
240ptrdiff_t WizStrRStrI_Pos(const CString& strText, const CString& strFind, ptrdiff_t nEnd = -1)
241{
242 return strText.lastIndexOf(strFind, nEnd, Qt::CaseInsensitive);
243}
244
245
246QString WizGetHtmlContentHiddenTagBegin()

Callers 3

WizCombineHtmlTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected