Registry / utility / com-liferay-petra-string

com-liferay-petra-string

JSON →
library5.3.7javamavenunverified

A utility library from Liferay providing string manipulation and helper methods for Java applications.

<dependency> <groupId>com.liferay</groupId> <artifactId>com.liferay.petra.string</artifactId> <version>5.3.7</version> </dependency>
INSTALL
IMPORT
SIG · COM-LIFERAY-PETRA-
C
com-liferay-petra-string
utilityjavav5.3.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StringPool
com.liferay.petra.string.StringPool

Uses StringPool constants for common string values like blank and newline.

import com.liferay.petra.string.StringPool; public class Example { public static void main(String[] args) { String empty = StringPool.BLANK; String newline = StringPool.NEW_LINE; System.out.println("Empty string: " + empty); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.3.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
com-liferay-petra-string — mvn dependency:get com-liferay-petra-string · libregistry