summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-15 15:04:20 -0300
committerAndrés <andmarti@gmail.com>2021-03-15 15:04:20 -0300
commit59dc3af6635a9da59e970770ff779006e3400ac5 (patch)
tree54cff84ec9f32b8c879c517e0e2402b6f27c105f
parentaee6dddf7e8281a7bf11495695d3f4c43d3aa4bf (diff)
Search cell using reg exp example
-rwxr-xr-xsrc/doc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/doc b/src/doc
index a4b61fa..18d485e 100755
--- a/src/doc
+++ b/src/doc
@@ -201,7 +201,11 @@ Commands for handling cell content:
Or type '/"value"' to look for cells that has "value" as
label content.
You can quote a regular expression, and SC-IM will search for
- a cell containing a string matching the regular expression.
+ a cell containing a string matching that regular expression.
+ Example: Type / followed by "[_mente]" (with the double
+ quotes). That will look up for cells that has one character
+ and finish with 'mente'
+
You can search for formatted numbers or expressions using
regular expressions by preceding the opening quotes of the
regular expression with a '#' (for formatted numbers) or a