The cell is a very simple string like 'abcdefgh',
andI I imput value.match(/a.c/).
The result is 'null'
Other attempts have not worked, either.
value.match(/a.c/) -> null
value.match('/a.c/') -> null
value.match('/a......h/') -> [ ]
value.contains('/a.c/') -> false
Any idea as to what went wrong?
--
You received this message because you are subscribed to the Google Groups "OpenRefine Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine-de...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you very much for your kind replies, now I 've got it.
Thank you, it's very clear.