Replies: 1 comment 1 reply
-
ExampleFind verses that have "son" followed by "David".
The "." means any character and "*" means any number of these characters. If you only want to limit it for son using Strongs H1121:
However, this will also return: "son H1121 , and to all his servants H5650 , that they should kill H4191 David H1732." Use this to limit only up to 10 characters between H1121 and David:
Now search for son using Strongs G5207:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The regex search allows using regex expressions to search for text. The regex search can be executed from the command line or the Master control.
Regex cheatsheets
Debuggex
Devhints
Beta Was this translation helpful? Give feedback.
All reactions