Returns an array of strings [ a, fragment, z ] where a is the substring within s before the first ..............................The expresion "abcdefgh".partition(/c.e/) will output [“abc”, "cde", defgh” ].
I think that:
"abcdefgh".partition(/c.e/)
[ "ab", "cde", "fgh" ]
and not:
[“abc”, "cde", defgh” ]
Fabio
--
You received this message because you are subscribed to the Google Groups "OpenRefine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openrefine/81bb356e-f2fe-4503-a6b7-03c7f791344dn%40googlegroups.com.