Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(726): add pad support#1037

Open
BrianDouglasIE wants to merge 1 commit intothymeleaf:3.1-masterfrom
BrianDouglasIE:feature/726-add-padd-support
Open

feat(726): add pad support#1037
BrianDouglasIE wants to merge 1 commit intothymeleaf:3.1-masterfrom
BrianDouglasIE:feature/726-add-padd-support

Conversation

@BrianDouglasIE
Copy link

@BrianDouglasIE BrianDouglasIE commented Apr 29, 2025

Closes #726

Adds padEnd and padStart utility methods.

/*
 * Pad end and pad start
 */
${#strings.padEnd(str, count, padChar)}
${#strings.padStart(str, count, padChar)}

@BrianDouglasIE BrianDouglasIE changed the title (WIP) feat(726): add pad support feat(726): add pad support Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No padding support

1 participant