String Manipulation-1.923.1818
New parameters are added in the Advanced Menu from version 2.1104.1120
IMPORTANT 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
Errata
toupper/tolower options need Regular Expression box filled with at least one character.
Reported: September 20, 2019
Fix Schedule: Undecided
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.
When you are replacing characters with a space use double quotes “ “.
This is a bug.
Reported: September 25, 2019
Fix Schedule: Undecided