oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

Home Page:https://jodd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDEA: Provide PathMacros in util module

zqq90 opened this issue · comments

commented

Current behavior

PathMacros is provided in madvoc module, as a internal util

Expected behavior

  • provide PathMacros in util module
  • combined with StringTemplateParser, do parse() also do format()
  • can be used in two ways like DateTimeFormatter: ofPattern(...) or DateTimeFormatterBuilder

Added StringTemplateMatcher :)