Opened 4 years ago

Closed 4 years ago

#2225 closed enhancement (fixed)

Use String.strip() in FlatFileParser

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.17
Component: core Version:
Keywords: Cc:

Description

#2182 added an option to trim white space in string. It was implemented with String.trim() which simply remove spaces. In Java 11 we also have String.strip() which remove all white-space characters.

Change History (1)

comment:1 by Nicklas Nordborg, 4 years ago

Resolution: fixed
Status: newclosed

In 7868:

Fixes #2225: Use String.strip() in FlatFileParser

Note: See TracTickets for help on using tickets.