Skip to main content

String Formatter for Robot Framework

Project description

StringFormat is a string formatter for Robot Framework. This library is a python .format() wrapper.

Usage

*** Settings ***

Library

StringFormat

*** Test Cases ***

Format Text

${url}=

Format String

https://api.domain.com/users/{0}/sites/{1}

paul

internal

Log To Console

${url}

Output

https://api.domain.com/users/paul/sites/internal

Supported Format

StringFormat library utilizes python str.format method to construct formatted string. The format spec depends on what version of python this library being executed on. See the following resources for detail.

License

MIT

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page