Using regex for search
I've been trying to use regex like ^① to search for all segments within a TM that contain specific circled number characters like ①、② at the beginning, but nothing is turning up even though I know the segments are present. Is there some documentation that has details about using regex with Wordbee?
-
I would also be interested in this!
2 -
I think the Regex is broken in the Editor, the ^ doesn't seem to be working.
2 -
I would like to know this too.
Mike
2 -
It seems to work in the old editor.
0 -
Hi Mitchell,
Our regex is based on the Apache Lucene regex engine. Here is a link to the documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/regexp-syntax.html
The regular expression engine does not support anchor operators such as ^ (beginning of line) or $ (end of line) as mentioned in the documentation.Best,
Andrea1 -
Thanks for the information Andrea!
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
6 Kommentare