Replies: 1 comment 1 reply
-
Actually in this case you should be using the JSON selector, just use
the other change was that the UI always said to wrap the regex in "Regular expression ‐ example /reports.+?2022/i" but it was never enforced, some people are using "extract text" to pull single keywords instead of regex, so it was confusing either way, now it is enforced. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
i have a json file.
Extract text: "area_name"\s*:\s*"([^"]+)"
Use 0.45.12 to get "area_name" value. it's none
Use 0.45 to get "area_name" value. i get the value "study"
May I ask if there are any updates on the requirements for regular expressions in the latest version?
Version
0.45.12
0.45
Desktop (please complete the following information):
Thank you for developing this tool.
Beta Was this translation helpful? Give feedback.
All reactions