---
title: base
framework: swift
role: symbol
role_heading: Instance Property
path: swift/substring/base
---

# base

Returns the underlying string from which this substring was derived.

## Declaration

```swift
var base: String { get }
```
