An open API service indexing awesome lists of open source software.

https://github.com/bb441db/parsef

Parser for java.util.Formatter (printf)
https://github.com/bb441db/parsef

Last synced: 10 months ago
JSON representation

Parser for java.util.Formatter (printf)

Awesome Lists containing this project

README

          

# Parsef

Exposes `Formatter.parse(s: String): List` using reflection

### Usage

**Kotlin**
```kt
parsef("Example %1\$s")
```

**Java**
```kt
FormatterExtensions.parsef("Example %1$s")
```

### TODO
- Verify implementation of `java.util.Formatter` are equal on different jvm targets