File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
common/src/main/java/org/opensearch/sql/common/utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ public class StringUtils {
13
13
/**
14
14
* Unquote Identifier which has " or ' as mark. Strings quoted by ' or " with two of these quotes
15
15
* appearing next to each other in the quote acts as an escape<br>
16
- * Example: 'Test''s' will result in
17
- * 'Test's', similar with those single quotes being replaced with double quote. Supports escaping
18
- * quotes (single/double) and escape characters using the `\` characters.
16
+ * Example: 'Test''s' will result in 'Test's', similar with those single quotes being replaced
17
+ * with double quote. Supports escaping quotes (single/double) and escape characters using the `\`
18
+ * characters.
19
19
*
20
20
* @param text string
21
21
* @return An unquoted string whose outer pair of (single/double) quotes have been removed
You can’t perform that action at this time.
0 commit comments