Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We are building an AP regex for our AP's so that they can be assigned to a different site-tag.Our AP naming convention is like this: <SER name>-<FLOOR>-<NUMBER>We want to only match on the FLOOR number.As far as I understood you can achieve this wit...
as I am not that familiar with regex so can you post an example regex for this? Currently I have solved this like this:^\w{2}-12- for the 12th floor for example.I think that is also a solution. But if you can explain how to achieve this with the capt...