Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Regex in Search bar?
Henk_de_Vlaam
Member, Developers Posts: 242 ✭✭✭
Just to be sure before posting an IR:
Is it possible to use regular expr. in the search bar?
Is it possible to use regular expr. in the search bar?
Henk de Vlaam (NL)
2
Answers
IR for AS/NZS 1100
I mean the main search bar on top of the Onshape screen, right of the Onshape logo.
Example: search all objects with ".drw" at the end of the name.
At this moment the result is, all objects that contain ".drw" anywhere in the object name, so also when it is in the middle of that name. Normally one can use "*.drw", but in OS the '*' has no function.
IR for AS/NZS 1100
https://forum.onshape.com/discussion/11127/regex-in-search-bar/p1?new=1
Edit 20190321: https://forum.onshape.com/discussion/comment/51523/#Comment_51523.
Globbing will make searching a lot better and will suffice for most cases, but with regex you will have all the search functionality without limitation.
However, I realize that most users will not use regex. So to start with, everyone will already be happy with globbing.