lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
common
/
org.gnit.lucenekmp.analysis.util
/
CSVUtil
/
Companion
Companion
object
Companion
Members
Functions
parse
Link copied to clipboard
fun
parse
(
line
:
String
)
:
Array
<
String
>
Parse CSV line.
quote
Escape
Link copied to clipboard
fun
quoteEscape
(
original
:
String
)
:
String
Quote and escape input value for CSV.