replace

fnbasic_string replace(size_type pos, size_type len, const(T) * s, size_type slen) ref
No documentation available for this declaration.
fnbasic_string replace(size_type _Off, size_type _N0, size_type _Count, T _Ch) ref
No documentation available for this declaration.
fnbasic_string replace(size_type __pos, size_type __n1, const(T) * __s, size_type __n2) ref
No documentation available for this declaration.
fnbasic_string replace(size_type pos, size_type n1, size_type n2, T c) ref
No documentation available for this declaration.
fnbasic_string replace(size_type pos, size_type n1, const(T) * s, size_type n2) ref
No documentation available for this declaration.
fnbasic_string replace(size_type pos, size_type n1, size_type n2, T c) ref
No documentation available for this declaration.
fnbasic_string replace(size_type __pos, size_type __n1, const(T) * __s, size_type __n2) ref
No documentation available for this declaration.
fnbasic_string replace(size_type __pos, size_type __n1, size_type __n2, value_type __c) ref
No documentation available for this declaration.