[#BloombergLP-bdlb-IndexSpanStringUtil-create-0fa] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/IndexSpanStringUtil.adoc[IndexSpanStringUtil]::create :relfileprefix: ../../../ :mrdocs: Return an `IndexSpan` describing the substring of the specified `string` starting at the specified `begin` and having the specified `length`. The behavior is undefined unless `begin <= string.length()` and `begin + length <= string.length()`. == Synopsis Declared in `<bdlb_indexspanstringutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] create( std::string_view const& string, xref:BloombergLP/bdlb/IndexSpan/size_type.adoc[IndexSpan::size_type] begin, xref:BloombergLP/bdlb/IndexSpan/size_type.adoc[IndexSpan::size_type] length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#