Apply suggestions from code review

Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
pull/31220/head
Alisdair McDiarmid 4 years ago committed by GitHub
parent 0dfcbe6d0c
commit 7190898501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,12 @@
---
page_title: endswith - Functions - Configuration Language
description: |-
The endswith function takes two values: a string to check and a suffix string. It returns true if the first string ends with that exact suffix value.
The endswith function takes two values: a string to check and a suffix string. It returns true if the first string ends with that exact suffix.
---
# `endswith` Function
`endswith` takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix value.
`endswith` takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix.
```hcl
endswith(string, suffix)

@ -24,4 +24,4 @@ false
## Related Functions
- [`endswith`](/language/functions/endswith) takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix value.
- [`endswith`](/language/functions/endswith) takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix.
Loading…
Cancel
Save