cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

Regex: add options for all flags

☐ cool new feature
☐ could help many users!

☑ feels like a „bug“

☐ nice to have

☐ nobody needs it

 

What inspired this wish list request? 

The Regex search in Jmp is restricted because the user is not allowed to set all flags which are officially available for regex searches.

hogi_0-1697459541477.png

 

vs. what is possible in Jmp for Regex():

hogi_1-1697459555740.png

 

What is the improvement you would like to see? 

Please add options to enable/disable all flags.

 

Please start with standard behavior which matches other tools.

 

Why is this idea important? 

At the moment, with singleline option enabled, the result of a Regex search in Jmp differs from what the user expects after debugging the Regex search outside of Jmp (unfortunately, there is no Test system in Jmp which can be used to debug Regex searches):

Regex: disable singleline option 

So, it will be highly beneficial once 

- Jmp behaves the same as the other tools.

- Jmp allows all options which the user finds in other tools.

 

 

 

 

more wishes submitted by  hogi_2-1702196401638.png

1 Comment
hogi
Level XI

Regex Match() is even more restricted than Regex():
There is no option to do a global search.

--> Related wish for Regex Match to get it to the level of Regex:
Add flag to Regex Match() to find all non-overlapping occurances of pattern