New parameters are added in the Advanced Menu from version 2.1104.1120
Tip | ||
---|---|---|
| ||
All Regular Expression token sequence can be used with exception of a few tokens that are described in Errata here. To test and capture Regular Expression token sequences, we recommend to use online tools such as “regular expressions 101” https://regex101.com/ You can simply test and copy/paste the token sequence from the tool and paste in the plugin parameter section. |
Note | ||
---|---|---|
| ||
Please read when handling SPACE by itself. String Manipulation plugin is almost 100% compatible to standard Regular Expression. Only exception is handling of "space". When handling space alone as a single character, you must use double quotations around space i.e. " ". When space is part of the string you try to find, no need to have double quotation. Examples are , (comma and space), a b (a space b), and a + (a space plus). Finding space can be also done other tokens such as \s. |
Refer to this FAQ contents when you find incompatibility between Regular Expression (Python) and String Manipulation.
Contents
Anchortip1 tip1
tip1 | |
tip1 |
Errata
toupper/tolower options need Regular Expression box filled with at least one character.
Reported: September 20, 2019
Fix Schedule: Undecided
Anchortip2 tip2
tip2 | |
tip2 |
When using “substring” option.
- Substring option finds a target string in another text string.
- It returns the starting position of the target string when found – see example below.
It returns -1 if not found.
Anchortip3 tip3
tip3 | |
tip3 |
When you are replacing characters with a space use double quotes “ “.
This is a bug.
Reported: September 25, 2019
Fix Schedule: Undecided