mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Expressions - Add some tags for search with "start", "begin", "end"
This commit is contained in:
parent
5faa282256
commit
a43cb5ea33
@ -41,5 +41,5 @@
|
||||
"expression": "'1_' LIKE '1\\\\\\\\%'",
|
||||
"returns": "FALSE"
|
||||
}],
|
||||
"tags": ["compare", "sensitive", "numbers", "first", "works", "supplied", "parameter", "matches", "pattern"]
|
||||
"tags": ["compare", "sensitive", "numbers", "first", "end", "start", ""begin", "works", "supplied", "parameter", "matches", "pattern"]
|
||||
}
|
||||
|
@ -14,5 +14,5 @@
|
||||
"expression": "left('Hello World',5)",
|
||||
"returns": "'Hello'"
|
||||
}],
|
||||
"tags": ["first", "substring", "leftmost", "characters", "contains", "extracts"]
|
||||
"tags": ["first", "start", "begin", "substring", "leftmost", "characters", "contains", "extracts"]
|
||||
}
|
||||
|
@ -14,5 +14,5 @@
|
||||
"expression": "right('Hello World',5)",
|
||||
"returns": "'World'"
|
||||
}],
|
||||
"tags": ["last", "substring", "rightmost", "characters", "contains"]
|
||||
"tags": ["last", "end", "substring", "rightmost", "characters", "contains"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user