[#bsl-basic_string-0f3-insert-09] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0f3.adoc[basic_string<char32_t>]::insert :relfileprefix: ../../ :mrdocs: Insert at the specified `position` in this string a copy of the specified `other` string, and return a reference providing modifiable access to this string. Throw `out_of_range` if `position > length()`. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0faf.adoc[basic_string<char32_t>]& insert( xref:bsl/basic_string-0f3/size_type.adoc[size_type] position, xref:bsl/basic_string-0faf.adoc[basic_string<char32_t>] const& other); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#