mirror of
https://github.com/apple/pkl.git
synced 2026-06-27 15:56:23 +02:00
1022cf3ff3
Both methods replace all occurrences. The difference is that String.replaceAll interprets its first argument as a regex.
Core implementation of the Pkl language. Includes Java APIs for embedding the language into JVM applications, and for building libraries and tools on top of the language.